bool CanGetAbsolutePathFrom( 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 this relative path can be resolved from pivotDirectory, else returns false.