[SD]
説明
Remove a file from the SD card.
構文
SD.remove(filename)
媒介変数
filename: the name of the file to remove, which can include directories (delimited by forward-slashes, /)
戻り値
true if the removal of the file succeeded, false if not. (if the file didn’t exist, the return value is unspecified)
参照
ライブラリリファレンスホーム
86Duinoリファレンスのテキストは、Arduinoリファレンスを改変したもので、Creative Commons Attribution-ShareAlike 3.0ライセンスに基づいてライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。