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