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