pub fn canonicalize<P>(path: P) -> Result<PathBuf, IoError>
where P: Clone + AsRef<Path>,