mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Adding SD.remove(file) and another example.
This commit is contained in:
@ -60,6 +60,9 @@ public:
|
||||
// Create the requested directory heirarchy--if intermediate directories
|
||||
// do not exist they will be created.
|
||||
boolean mkdir(char *filepath);
|
||||
|
||||
// Delete the file.
|
||||
void remove(char *filepath);
|
||||
|
||||
private:
|
||||
SdFile file;
|
||||
|
Reference in New Issue
Block a user