Overload | Description |
---|---|
TryResolve(IEnumerable<KeyValuePair<String,String>>,IAbsoluteFilePath) | 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>>,IAbsoluteFilePath,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>>,IAbsoluteFilePath,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 file path. |