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