Returns the file specification of the application, including the path.
[ sFullName = ] Object.FullName
The FullName property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
sFullName |
BString |
Retrieves the fully qualified path of the application's executable file. |
This property is read-only at run time.
The following statement retrieves the fully qualified path of the application's executable file:
sExe = log1.FullName ! C:\Program Files\ATEasy\ATEasy.exe, when run from ATEasy IDE