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. |
For a list of all members of this type, see IRelativePath members.
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. |