![]() |
LambLisp 01 Red Fox Alpha
Lisp For Real-Time Control
|
Public Member Functions | |
| LL_File * | open (const char *path, const char *mode) |
| int | rm (const char *path) |
| int | mv (const char *from, const char *to) |
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.