NDoc 1.3.1 SDK

FolderPath Constructor (String)

Initializes a new instance of the FolderPath class from a given path string.

[Visual Basic]
Public Sub New( _ 
   ByVal path As String _ 
)
[C#]
public FolderPath(
   string path
);
[C++]
public: FolderPath(
   String* path
);
[JScript]
public function FolderPath(
   String path
);

Parameters

path
Path.

See Also

FolderPath Class | NDoc.Core Namespace | FolderPath Constructor Overload List