run_make_support::fs

Function read_dir

source
pub fn read_dir<P: AsRef<Path>>(path: P) -> ReadDir
Expand description

A wrapper around std::fs::read_dir which includes the file path in the panic message.