NDoc 1.3.1 SDK

FilePath Constructor (String)

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

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

Parameters

path
Path.

See Also

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