pub fn build_path<P: AsRef<Path>>(root: PathBuf, parts: &[P]) -> PathBuf
Builds a path by appending multiple parts to a root path.