pub fn absolutize_relative_to<T, U>(path: T, cwd: U) -> PathBufwhere T: AsRef<Path>, U: AsRef<Path>,
Translate a relative path into an absolute path, using a secondary path as the frame of reference.