Gets the directory of the project file.
Syntax
Property Value
Type: System.String
The directory of the project file.
Example
The following example uses
Directory property of "project".
| C# | Copy Code |
|---|
// get directory of the project
string projectDirectory = project.Directory; |
| PHP | Copy Code |
|---|
// get directory of the project
$projectDirectory = $project->Directory; |
Requirements
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven
See Also