APGen Documentation Previous Topic: APGError.Severity Next Topic: APGError.LineNumber Parent Topic: APGError Object    APGError Object
APGError.FilePath
See Also:

The APGError.FilePath property returns the path of the script file where the error occurred.

Syntax

VBScript:

sPath = oAPGError.FilePath

JScript:

sPath = oAPGError.FilePath;

Object

oAPGError An APGError object.

Return Value

sPath A string containing the full path of the script file where the error occurred.

Notes

See the APGError Object topic for an example.

Applies To

APGError Object