Gets the directory of the project file with terminating.
Property Value
Type: System.String
The directory of the project file.
The following example uses
Path property of
"project".
// get directory of the project
string projectDirectory = project.Path;
// get directory of the project
$projectDirectory = $project->Path;
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.