pub fn canonicalize_path(path: &Path) -> Result<PathBuf, Error>
Expand description

Similar to std::fs::canonicalize() but strips UNC prefixes on Windows.