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