[−][src]Function cap_primitives::fs::open_dir_for_reading
pub fn open_dir_for_reading(start: &File, path: &Path) -> Result<File>
Like open_dir
, but additionally request the ability to read the directory
entries.
pub fn open_dir_for_reading(start: &File, path: &Path) -> Result<File>
Like open_dir
, but additionally request the ability to read the directory
entries.