Skip to main content

canonicalize

Function canonicalize 

Source
pub fn canonicalize(path: &Path) -> PathBuf
Expand description

Best-effort canonicalization. Returns path verbatim on failure so the caller doesn’t have to unwrap. Used to defang /tmp/private/tmp drift on macOS before prefix matching.