[go: up one dir, main page]

files

Function files 

Source
pub fn files(
    path: impl AsRef<Path>,
) -> Result<impl Iterator<Item = PathBuf>, Error>
Expand description

Iterate over the files in a directory.

If the directory does not exist, returns an empty iterator.