PathSegmentList Properties |
The PathSegmentList type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty |
Gets the empty PathSegmentList instance.
| |
| FullPath |
Gets the full path that this instance represents.
| |
| IsAbsolute |
Gets a value that indicates if this instance represents an absolute path.
| |
| IsDevice |
Gets a value that indicates if this instance represents a path in the device namespace.
| |
| IsDrive |
Gets a value that indicates if this instance represents a path below a logical drive (letter).
| |
| IsLong |
Gets a value that indicates if this instance represents a path with the \\?\ prefix.
| |
| IsRelative |
Gets a value that indicates if this instance represents a relative path.
| |
| IsUnc |
Gets a value that indicates if this instance represents a UNC path.
| |
| Last |
Gets the last segment of this instance.
| |
| Parent |
Gets the parent instance.
| |
| Parents |
Gets a list of all its parents.
| |
| Segments |
Gets the list of segments composing this instance.
| |
| StringComparer |
The comparer used when comparing segments.
| |
| ThisAndParents |
Gets this and a list of all its parents.
|