Click or drag to resize

PathSegmentList Properties

The PathSegmentList type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEmpty
Gets the empty PathSegmentList instance.
Public propertyFullPath
Gets the full path that this instance represents.
Public propertyIsAbsolute
Gets a value that indicates if this instance represents an absolute path.
Public propertyIsDevice
Gets a value that indicates if this instance represents a path in the device namespace.
Public propertyIsDrive
Gets a value that indicates if this instance represents a path below a logical drive (letter).
Public propertyIsLong
Gets a value that indicates if this instance represents a path with the \\?\ prefix.
Public propertyIsRelative
Gets a value that indicates if this instance represents a relative path.
Public propertyIsUnc
Gets a value that indicates if this instance represents a UNC path.
Public propertyLast
Gets the last segment of this instance.
Public propertyParent
Gets the parent instance.
Public propertyParents
Gets a list of all its parents.
Public propertySegments
Gets the list of segments composing this instance.
Public propertyStringComparer
The comparer used when comparing segments.
Public propertyThisAndParents
Gets this and a list of all its parents.
Top
See Also