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