betty.fs module¶
Provide file system utilities.
- async betty.fs.iterfiles(path: pathlib.Path) AsyncIterable[pathlib.Path][source]¶
Recursively iterate over any files found in a directory.
- Parameters:
path (
pathlib.Path)- Return type:
Provide file system utilities.
Recursively iterate over any files found in a directory.
path (pathlib.Path)