[Extension()] public static bool IsValidRelativeDirectoryPath( string pathString, out string failureReason )
Parameters
- pathString
- This string from which is determined the path validity.
- failureReason
- If false is returned, failureReason contains the plain english description of the failure.
Return Value
true if this string represents a valid relative path, otherwise false.