Skip to content
Philip Howard edited this page Sep 21, 2020 · 2 revisions

File

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.

Related Classes

Managing Files

List Directory

Check Directory Exists

Create Directory

Rename File

Remove File

File Info

File info is provided by the FileInfo struct which contains:

  • name - The file name
  • flags - File flags
  • size - The file size in bytes

Editing Files

Open File

Read File

Write File