ZennoLab Assemblies Documentation
Directory Property
Example 
Gets the directory of the project file.
Syntax
string Directory {get;}

Property Value

Type: System.String

The directory of the project file.

Example
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;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback