NodePath.IsRootPath Property
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
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. |