arduino-libraries / SD

SD Library for Arduino
http://arduino.cc/
GNU General Public License v3.0
182 stars 154 forks source link

Rename files #33

Open sreekants opened 7 years ago

sreekants commented 7 years ago

There seems to be no direct way to rename a file using the File object in SD.h. Copying a file is the only other costly hack to do this. This is not desirable.

sreekants commented 7 years ago

As an aside, Is move_file() or soft_link() like capability possible?

pavelzampach commented 6 years ago

I agree this, rename function is missing for my purpose

pavelzampach commented 6 years ago

I've added missing rename function to my fork (pavelzampach)

k2332k commented 5 years ago

@pavelzampach how does rename function works with the library you have provided