-
Notifications
You must be signed in to change notification settings - Fork 68
File
Philip Howard edited this page Sep 21, 2020
·
2 revisions
32blit's file API allows user code to open/read/write files both on the SD card and appended to the end of an application.
- File - https://pimoroni.github.io/32blit-beta/classblit_1_1File.html
- FileInfo - https://pimoroni.github.io/32blit-beta/structblit_1_1FileInfo.html
File info is provided by the FileInfo
struct which contains:
-
name
- The file name -
flags
- File flags -
size
- The file size in bytes