Function read_dir

Source
pub fn read_dir<P>(path: P) -> Result<ReadDir, FileError>
where P: AsRef<Path>,