Function scolapasta_path::absolutize_relative_to

source ยท
pub fn absolutize_relative_to<T, U>(path: T, cwd: U) -> PathBuf
where T: AsRef<Path>, U: AsRef<Path>,
Expand description

Translate a relative path into an absolute path, using a secondary path as the frame of reference.