bool TryGetAbsolutePathFrom( IAbsoluteDirectoryPath pivotDirectory, out IAbsoluteFilePath absoluteFilePath, out string failureReason )
Parameters
- pivotDirectory
- The pivot directory from which the absolute path is computed.
- absoluteFilePath
- A new absolute file path representing this relative file resolved from pivotDirectory.
- failureReason
- If this method returns false, contains a plain-english message explaining why it failed.
Return Value
true if the operation works, else returns false.