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

The Script.Dir property returns the directory containing the root APG script.

Syntax

VBScript:

sDir = Script.Dir

JScript:

sDir = Script.Dir;
Object

Script The Script object.

Return Value

sDir The directory containing the root APG script.

Notes

See Script.Filename.

Applies To

Script Object