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

Property Value

Type: System.String

The directory of the project file.

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

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

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback