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 );
FolderPath Class | NDoc.Core Namespace | FolderPath Constructor Overload List