Name | Description | |
---|---|---|
ParentDirectoryPath | Returns a new relative directory path representing the parent directory of this relative path. |
The following tables list the members exposed by IRelativePath.
Name | Description | |
---|---|---|
ParentDirectoryPath | Returns a new relative directory path representing the parent directory of this relative path. |
Name | Description | |
---|---|---|
CanGetAbsolutePathFrom | Overloaded. Gets a value indicating whether this relative path can be resolved from pivotDirectory. | |
GetAbsolutePathFrom | A new absolute path representing this relative path resolved from pivotDirectory. |
Name | Description | |
---|---|---|
EqualsNullSupported | Returns true if path and pathOther are both null, or if path.Equals(pathOther). | |
ToStringOrIfNullToEmptyString | Returns path.ToString() is path is null, else returns the empty string. |