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