pub fn clean_path_and_make_absolute(path: impl AsRef<Path>) -> PathBuf
Expand description
Makes a path absolute, if it is relative, and then cleans it.
Relative paths are resolved against the current working directory.
See the path_clean
crate for more information on what cleaning a path does.