File
returns the current file name of the project
| Syntax | #(Keyword, Parameter) | |
| Keyword | File | |
| Parameter | components of the file name to be exported/printed | |
| L | (or D) disk drive | |
| P | path | |
| N | name (without extension) | |
| E | extension | |
| Default | NE | |
| Example | Comment |
| #(File, LPNE) | results in the output "C:\Projects\Atown\SAN1.CNA", if the project file is SAN1.CNA and was saved on drive C:\ in the directory Projects\Atown. |
| #(File, LPNE).cna_autosave | results in the output of an autosave file with the present file path and filename |