[Extension()] public static bool TryResolveAbsolutePathFromProject( IProject project, IDirectoryPath directoryPath, out IAbsoluteDirectoryPath absoluteDirectoryPath, out string failureReason )
Parameters
- project
 - The project used for resolving the absolute path.
 - directoryPath
 - The directory path to resolve as absolute.
 - absoluteDirectoryPath
 - The result absolute directory 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.
