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

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

Syntax

VBScript:

sPath = Script.Path

JScript:

sPath = Script.Path;

Object

Script The Script object.

Return Value

sPath The complete path of the root APG script.

Notes

See Script.Filename.

Applies To

Script Object