[][src]Function nu_engine::filesystem::path::canonicalize

pub fn canonicalize<P, Q>(relative_to: P, path: Q) -> Result<PathBuf> where
    P: AsRef<Path>,
    Q: AsRef<Path>,