Skip to main content

read_dir

Function read_dir 

Source
pub fn read_dir(path: impl AsRef<Path>) -> Result<ReadDir>
Expand description

Returns an iterator over the entries within a directory.

This is a wrapper around std::fs::read_dir that echoes the operation to the console.