Returns the full path to the application.
[ sPath = ] Object.Path
The Path property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
sPath |
BString |
Retrieves the full path of the application's executable file. |
This property is read-only at run time.
The following statement retrieves the full path of the application's executable file:
print log1.Path ! will print c:\program files\ateasy\ateasy.exe when running from the IDE