Gets the relative path of the passed path with respect to the BaseDirectory of the Project.
[Visual Basic] Public Function GetRelativePath( _ ByVal path As String _ ) As String [C#] public string GetRelativePath( string path ); [C++] public: String* GetRelativePath( String* path ); [JScript] public function GetRelativePath( String path ): String;
A relative path.
Project Class | NDoc.Core Namespace