pub fn parent<P>(path: P) -> PathBufwhere P: Into<PathBuf> + Clone,
Returns the absolute path of the parent directory for the given path.