logo
pub fn canonicalize<P: AsRef<Path>>(path: P) -> Result<PathBuf>
Expand description

Like std::fs::canonicalize(), but on Windows it outputs the most compatible form of a path instead of UNC.