[Extension()] public static bool TryResolveAbsolutePathFromProject( IProject project, IFilePath filePath, out IAbsoluteFilePath absoluteFilePath )
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.
 
Return Value
true if the absolute path resolving succeed, else returns false.
