Crate playdate_fs
source ·Modules
Structs
- File-system API cached end-point. Useful if you’re making many operations on fs.
Traits
Functions
- Read the entire contents of a file into a string.
- Removes a file from the filesystem. Directory is a file too.
- Removes a directory and all of its contents recursively.
- Write a slice as the entire contents of a file.