Returns the driver module file name.
[ sFileName = ] Object.FileName
The HelpFile property syntax has the following parts:
Name |
Type |
Description |
Object |
ADriver |
ADriver object |
sFileName |
BString |
A string specifying the driver 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 a driver module notes the initialization of the driver in the log:
print "Initializing Driver "; Driver.Name; ", file = "; Driver.FileName