Function lune_utils::path::clean_path_and_make_absolute
source ยท pub fn clean_path_and_make_absolute(path: impl AsRef<Path>) -> PathBufExpand description
Makes a path absolute 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.