NodePath Constructor
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9448)
NodePath(String)
Initializes a new instance of the NodePath.
Examples of the valid path:
/
/dir1
/dir1/
/dir1/dir2
/dir1/dir2/
/dir1/dir2/file.txt
Declaration
public NodePath(string stringPath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | stringPath | path in the string format |
Exceptions
| Type | Condition |
|---|---|
| NodePathException | Exception is thrown when the |