LambLisp 01 Red Fox Alpha
Lisp For Real-Time Control
Loading...
Searching...
No Matches
LL_File_System Class Reference

Public Member Functions

LL_Fileopen (const char *path, const char *mode)
int rm (const char *path)
int mv (const char *from, const char *to)

Detailed Description

The "file system" type elides the differences between different underlying platforms. For example, it will deal with the leading '/' required by SPIFFS. This minimal file system interface is platform-independent.