[Extension()] public static bool IsValidFilePath( 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 or absolute file path, otherwise false.