pub fn read_dir<P: AsRef<Path>>( path: P, recursive: bool, ) -> Result<Vec<DiskEntry>>
Reads a directory. Can perform recursive operations.