Combines the specified path with the BaseDirectory of the Project to form a full path to file or directory.
[Visual Basic] Public Function GetFullPath( _ ByVal path As String _ ) As String [C#] public string GetFullPath( string path ); [C++] public: String* GetFullPath( String* path ); [JScript] public function GetFullPath( String path ): String;
A rooted path.
Project Class | NDoc.Core Namespace