NodePath.IsRootPath Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 8.0.9673)
IsRootPath
Indicates if this instance is the root path ('/').
Declaration
public bool IsRootPath { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | True if this instance is the root path, otherwise false. |