CurrentDir (Property)

Applies To:

Application object

Description:

Returns a value that represents the working directory of an application. This is the directory Interactive Reporting uses when using relative referencing.

Action:

Read-write, String

Example:

This example shows how to change the working directory:

Note:

JavaScript treats “\” as a special character.

var MyDir = "c:\Documents\Demos\JavaScript"
Application.CurrentDir = MyDir