build_path

Function build_path 

Source
pub fn build_path<P: AsRef<Path>>(root: PathBuf, parts: &[P]) -> PathBuf
Expand description

Builds a path by appending multiple parts to a root path.