APGen Documentation Previous Topic: APGScript.Dir Next Topic: APGScript.LastModified Parent Topic: APGScript Object    APGScript Object
APGScript.Path
See Also:

The Path property returns the complete path of the root APG script.

Syntax

VBScript:

sPath = oAPGScript.Path

JScript:

sPath = oAPGScript.Path;

Object

oAPGScript An APGScript object.

Return Value

sPath The full path of the root APG script.

Notes

Equivalent to Script.Path.

Applies To

APGScript Object