SD.remove()

出自YFRobotwiki
跳轉到: 導覽搜尋
SD

remove()


描述

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)


返回SD庫

返回Arduino庫菜單

返回首頁

更多建議和問題歡迎反饋至 YFRobot論壇