[Extension()] public static bool TryGetAbsoluteDirectoryPath( string pathString, out IAbsoluteDirectoryPath absoluteDirectoryPath )
Parameters
- pathString
- Represents the path.
- absoluteDirectoryPath
- If this method returns true, this is the returned path object.
Return Value
true if pathString is a valid absolute directory path and as a consequence, the returned absoluteDirectoryPath is not null.