Skip to main content

join_path_with_separator

Function join_path_with_separator 

Source
pub fn join_path_with_separator<S, I>(parts: I, force_posix_sep: bool) -> String
where S: AsRef<str>, I: IntoIterator<Item = S>,