Property IsRooted
IsRooted
Gets a value indicating whether this path is rooted. Relative paths can be rooted and absolute paths are always rooted.
Declaration
bool IsRooted { get; }
Property Value
Type | Description |
---|---|
bool |
Remarks
A rooted relative path starts with the path separator.