Function i_slint_compiler::pathutils::join
source · pub fn join(base: &Path, path: &Path) -> Option<PathBuf>
Expand description
Join a path
to a base_path
, handling URLs in both, matching up
path separators, etc.
The result will be a clean_path(...)
.