Skip to main content

Module fs

Module fs 

Source
Expand description

Utilities related to std::fs

Functionsยง

ls_dir
List entries in the specified directory by iterating on the std::fs::read_dir iterator.
walk
Works similarly to self::ls_dir except recursively.