FileName Property (ASystem)

Returns the system module file name.

Syntax

[ sFileName = ] Object.FileName

The HelpFile property syntax has the following parts:

 

Name

Type

Description

Object

ASystem

ASystem object

sFileName

BString

A string specifying the system module file name

Comments

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.

Example

The following statement in the OnInit event of the system module notes the initialization of the system in the log:

print "Initializing System, file = "; System.FileName

Applies to

ASystem

See Also

ModuleType, Name