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