FileName Property

English Query

English Query

FileName Property

Indicates the file name and/or the full path to the file with the error or the loaded English Query project (*.eqp).

Applies To

EQError Object

Syntax

string = object.Filename

Parts

string

Returned string that contains the full path and file name of the loaded project (*.eqp) or file with the error.

object

Object variable that represents the EQError object.

Remarks

This property is read-only. It may be empty if the error is not associated with a specific file.

See Also

Compile-Time Error Messages (Authoring Object Model)