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