Function to_absolute_path

Source
pub fn to_absolute_path<P: AsRef<Path>>(
    base_dir: P,
    relative_path: P,
) -> Result<PathBuf>