1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00

add fileSize() method to Dir object

This commit is contained in:
Martin Ayotte
2015-08-12 22:12:22 -04:00
parent 1cd99391c3
commit 568c48b065
4 changed files with 17 additions and 0 deletions

View File

@ -78,6 +78,7 @@ public:
File openFile(const char* mode);
String fileName();
size_t fileSize();
bool next();
protected: