Path Property (ALog)

Returns the full path to the application.

Syntax

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

Comments

This property is read-only at run time.

Example

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

Applies to

ALog

See Also

Parent