Initializes a new instance of the FolderPath class.
Initializes a new instance of the FolderPath class.
[Visual Basic] Public Sub New()
[C#] public FolderPath();
[C++] public: FolderPath();
[JScript] public function FolderPath();
Initializes a new instance of the FolderPath class from an existing FilePath instance.
[Visual Basic] Public Sub New(ByVal FolderPath)
[C#] public FolderPath(FolderPath);
[C++] public: FolderPath(FolderPath*);
[JScript] public function FolderPath(FolderPath);
Initializes a new instance of the FolderPath class from a given path string.
[Visual Basic] Public Sub New(ByVal String)
[C#] public FolderPath(string);
[C++] public: FolderPath(String*);
[JScript] public function FolderPath(String);
FolderPath Class | NDoc.Core Namespace