Kaynağa Gözat

Add rename()

main
PaulStoffregen 4 yıl önce
ebeveyn
işleme
c5292aeb8b
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      src/SD.h

+ 3
- 0
src/SD.h Dosyayı Görüntüle

@@ -137,6 +137,9 @@ public:
bool mkdir(const char *filepath) {
return sdfs.mkdir(filepath);
}
bool rename(const char *oldfilepath, const char *newfilepath) {
return sdfs.remame(oldfilepath, newfilepath);
}
bool remove(const char *filepath) {
return sdfs.remove(filepath);
}

Yükleniyor…
İptal
Kaydet