|
Arduino Posix Filesystems
|
Custom extension of DIR. More...
#include <FileSystemSD.h>
Public Attributes | |
| dirent | actual_dirent |
| dirent related to this DIR | |
| File | dir |
| all unprocessed files: only used by FileSystemMemory! | |
Public Attributes inherited from file_systems::DIR_BASE | |
| int | magic_id = 0 |
| FileSystemBase * | p_file_system = nullptr |
Additional Inherited Members | |
Public Member Functions inherited from file_systems::DIR_BASE | |
| virtual bool | seek (off_t offset) |
| virtual off_t | tell () |
| virtual ssize_t | size () |
Custom extension of DIR.