[Extension()] public static bool TryGetVariableDirectoryPath( string pathString, out IVariableDirectoryPath variableDirectoryPath )
Parameters
- pathString
- Represents the path.
- variableDirectoryPath
- If this method returns true, this is the returned path object.
Return Value
true if pathString is a valid directory path that contains variables and as a consequence, the returned variableDirectoryPath is not null.