Crate playdate_fs

source ·

Modules§

Structs§

Functions§

  • Creates the given path in the Data/<gameid> folder.
  • Given a path, query the file system to get information about a file, directory, etc.
  • Read the entire contents of a file into a bytes vector.
  • 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.
  • Renames the file at from to to.
  • Write a bytes of the entire contents of a file.

Type Aliases§