Returns the project file name.
[ sFileName = ] Object.FileName
The Filename property syntax has the following parts:
Name |
Type |
Description |
Object |
AApp |
AApp object |
sFileName |
BString |
A string specifying the project filename |
The return value contains the file path as entered by the user in design time. No conversion to absolute file path or replacement of path variables used is done.
The following statement shows how to retrieve the project name of this document:
sApp1Filename = app1.FileName