mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-12 10:16:30 +02:00
Unify time modification on SD and SPIFFS (#738)
* Add access to last write date time add example * rename cpp to ino orz * wrong copy -past * No comment orz * Add missing space
This commit is contained in:
@ -70,6 +70,7 @@ public:
|
||||
size_t size() const;
|
||||
void close();
|
||||
operator bool() const;
|
||||
time_t getLastWrite();
|
||||
const char* name() const;
|
||||
|
||||
boolean isDirectory(void);
|
||||
|
Reference in New Issue
Block a user