ZennoLab Assemblies Documentation
Directory Property
See Also  Example Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace > IZennoPosterProjectModel Interface : Directory Property

Glossary Item Box

Gets the directory of the project file.

Syntax

C# 
string Directory {get;}

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;
PHPCopy 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

© 2013 All Rights Reserved.