Expand description
Modulesยง
- create_
dir - I/O-free coroutine to create a filesystem directory.
- create_
dirs - I/O-free coroutine to create multiple filesystem directories.
- create_
file - I/O-free coroutine to create a filesystem file.
- create_
files - I/O-free coroutine to create multiple filesystem files.
- read_
dir - I/O-free coroutine to read entries contained inside a filesystem directory.
- read_
file - I/O-free coroutine to read filesystem file contents.
- read_
files - I/O-free coroutine to read multiple filesystem files contents.
- remove_
dir - I/O-free coroutine to remove a filesystem directory.
- remove_
dirs - I/O-free coroutine to remove multiple filesystem directories.
- remove_
file - I/O-free coroutine to remove a filesystem file.
- remove_
files - I/O-free coroutine to remove multiple filesystem files.
- rename
- I/O-free coroutine to rename multiple filesystem files and/or directories.