Name | Description | |
---|---|---|
![]() | OnSameVolumeThan | Gets a value indicating whether this absolute path is on the same volume as pathAbsoluteOther. |
For a list of all members of this type, see IAbsolutePath members.
Name | Description | |
---|---|---|
![]() | OnSameVolumeThan | Gets a value indicating whether this absolute path is on the same volume as pathAbsoluteOther. |
Name | Description | |
---|---|---|
![]() | EqualsNullSupported | Returns true if path and pathOther are both null, or if path.Equals(pathOther). |
![]() | IsNotNullAndExists | Returns true if path is not null, and path.IAbsolutePath.Exists equals true. |
![]() | ToStringOrIfNullToEmptyString | Returns path.ToString() is path is null, else returns the empty string. |