Function cap_primitives::fs::read_base_dir
source ยท pub fn read_base_dir(start: &File) -> Result<ReadDir>
Expand description
Like read_dir
but operates on the base directory itself, rather than
on a path based on it.
pub fn read_base_dir(start: &File) -> Result<ReadDir>
Like read_dir
but operates on the base directory itself, rather than
on a path based on it.