Skip to main content

make_local_path

Function make_local_path 

Source
pub fn make_local_path<P: AsRef<Path>>(
    base_path: P,
    components: &[&str],
) -> PathBuf
Expand description

Creates a platform-appropriate local path using PathBuf.