remove_last_n_dirs

Function remove_last_n_dirs 

Source
pub(crate) fn remove_last_n_dirs(path: &mut PathBuf, n: usize)
Expand description

Removes the last n directories from a PathBuf.