[SD]
説明
Remove a file from the SD card.
Syntax
SD.remove(filename)
Parameters
filename
: the name of the file to remove, which can include directories (delimited by forward-slashes, /
)
Returns
true
if the removal of the file succeeded, false
if not. (if the file didn’t exist, the return value is unspecified)
See also
Libraries Reference Home
86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。