Is possible rename a file on SD using standard libraries in arduino SDK?
Many thank
realmeteo:
Is possible rename a file on SD using standard libraries in arduino SDK?
Many thank
That depends on your definition of "standard libraries". Installed when you install the IDE? Or installed when you use the menu item to install a new library? SDFat includes the ability to rename a file.
Excuse me for low details, Iām speaking about Arduino ā Examples ā SD
ā¦
#include <SPI.h>
#include <SD.h>
You have the source code for the SD library. You can easily see that it does not provide a rename() method.