| Overload | Description | 
|---|---|
| TryResolve(IEnumerable<KeyValuePair<String,String>>,IAbsoluteDirectoryPath) | Returns VariablePathResolvingStatus.VariablePathResolvingStatus.Success if AllVariables of this path can be resolved from variablesValues and the path can be resolved into a drive letter or a UNC absolute directory path. | 
| TryResolve(IEnumerable<KeyValuePair<String,String>>,IAbsoluteDirectoryPath,IReadOnlyList<String>) | Returns VariablePathResolvingStatus.VariablePathResolvingStatus.Success if AllVariables of this path can be resolved from variablesValues and the path can be resolved into a drive letter or a UNC absolute file path. | 
| TryResolve(IEnumerable<KeyValuePair<String,String>>,IAbsoluteDirectoryPath,String) | Returns true if AllVariables of this path can be resolved from variablesValues and the path can be resolved into a drive letter or a UNC absolute directory path. | 
