Returns the system module file name.
[ 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 |
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.
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