FullName Property (ALog)

Returns the file specification of the application, including the path.

Syntax

[ 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.

Comments

This property is read-only at run time.

Example

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

Applies to

ALog

See Also

Path