[Extension()] public static bool TryResolveAbsolutePathFromProject( IProject project, IFilePath filePath, out IAbsoluteFilePath absoluteFilePath, out string failureReason )
Parameters
- project
 - The project used for resolving the absolute path.
 - filePath
 - The file path to resolve as absolute.
 - absoluteFilePath
 - The result absolute file path if the resolving succeed.
 - failureReason
 - A plain english failure description if the resolving fails.
 
Return Value
true if the absolute path resolving succeed, else returns false.
