FileName Property (ADriver)

Returns the driver module file name.

Syntax

[ 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

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 a driver module notes the initialization of the driver in the log:

print "Initializing Driver "; Driver.Name; ", file = "; Driver.FileName

Applies to

ADriver

See Also

DefaultName, Name