Project.Path

Description

Returns the name of the directory where project resides as a String.

C# Syntax

// get accessor

String rtn = Project.Path;

Examples

VBScript Example

'

'	This example displays the path of the active project

'

LogMessage ActiveProject2.Path