Add getmODIFYdATEtIME

This commit is contained in:
jpirnay
2026-03-08 10:08:38 +01:00
parent b9eefc5e70
commit 69f893840a
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ class HalFile : public Print {
size_t write(const void* buf, size_t count);
size_t write(uint8_t b) override;
bool rename(const char* newPath);
bool getModifyDateTime(uint16_t* pdate, uint16_t* ptime);
bool isDirectory() const;
void rewindDirectory();
bool close();