Function i_slint_compiler::pathutils::clean_path
source · pub fn clean_path(path: &Path) -> PathBuf
Expand description
Return a clean up path without unnecessary .
and ..
directories in it.
This will not look at the file system, so symlinks will not get resolved.