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