SDClass::remove()
名称
SDClass::remove()
説明
SDカード上のファイルを削除する。
書式
boolean SDClass::remove(const char *filepath);
boolean SDClass::remove(const String &filepath);
引数
filepath | 削除するファイルの名前。ディレクトリを含んでもいい。この場合、/で区切る。 |
戻り値
ファイルの削除に成功した場合1、失敗した場合0。
オリジナルのページ
https://www.arduino.cc/reference/en/libraries/sd/remove/
最終更新日
January 7, 2024