NDoc 1.3.1 SDK

Workspace.WorkingDirectory Property

The the full path to the directory where the compilation will run

[Visual Basic]
Public Property ReadOnly WorkingDirectory As String
[C#]
public string WorkingDirectory { get; }
[C++]
public: __property String* get_WorkingDirectory();
[JScript]
public function get WorkingDirectory() : String

See Also

Workspace Class | NDoc.Core Namespace