Table of Contents

GetWorkingDir

Description

Get the current working directory of the script.

Function prototype

string GetWorkingDir

Arguments

None.

Return value

The string congaing the full path to the current working directory of the script.

Example

echo <GetWorkingDir>

… the output of which is written to the event log by echo as:

C:\Users\Aaron\L3DT\Resources\All versions\Scripts

Comments

None.

See also