pub fn parent<P>(path: P) -> Stringwhere P: Into<PathBuf>,
Returns the parent directory of the given path.