bool CanGetRelativePathFrom( IAbsoluteDirectoryPath pivotDirectory, out string failureReason )
Parameters
- pivotDirectory
- The pivot directory from which the absolute path should be computed.
- failureReason
- If this method return false, it contains the plain-english description of the cause of this failure.
Return Value
true if a relative path representing this path can be computed from pivotDirectory, else returns false.