NDoc 1.3.1 SDK

Project.GetFullPath Method 

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;

Parameters

path
The relative or absolute path.

Return Value

A rooted path.

See Also

Project Class | NDoc.Core Namespace