Crate playdate_fs

Crate playdate_fs 

Source

Modules§

api
error
file
options
prelude
seek

Structs§

FileOptions
FileStat
Fs
Playdate File-system API.

Functions§

create_dir
Creates the given path in the Data/<gameid> folder.
metadata
Given a path, query the file system to get information about a file, directory, etc.
read
Read the entire contents of a file into a bytes vector.
read_to_string
Read the entire contents of a file into a string.
remove
Removes a file from the filesystem. Directory is a file too.
remove_dir_all
Removes a directory and all of its contents recursively.
rename
Renames the file at from to to.
write
Write a bytes of the entire contents of a file.

Type Aliases§

Path