Gets the base directory used for relative references.
[Visual Basic] Public Property ReadOnly BaseDirectory As String [C#] public string BaseDirectory { get; } [C++] public: __property String* get_BaseDirectory(); [JScript] public function get BaseDirectory() : String
The directory of the project file, or the current working directory if the project was not loaded from a project file.
Project Class | NDoc.Core Namespace