[Extension()] public static bool IsValidVariableDirectoryPath( 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 path that contains variables, otherwise false.
