Module firefly_rust::data

source ·
Expand description

Functions for accessing files in the app data dir.

Functions§

  • Write the buffer into the given file in the data dir.
  • Get a file size in the data dir.
  • Read the whole file with the given name into the given buffer.
  • Read the whole file with the given name from the data dir.
  • Remove file (if exists) with the given name from the data dir.