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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback