pub fn open_parent_subdir_readable<D: Directory>(
path: &PathBuf,
dir: &D,
) -> Result<D>
Expand description
Returns a readable Directory
by opening the parent dir of path
.
path
: The path from which to derive the parentdir
: RemoteDirectory to on which to open a subdir.