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