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