SD.rmdir()

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

rmdir()


描述

Remove a directory from the SD card. The directory must be empty.


語法

SD.rmdir(filename)


參數

filename: the name of the directory to remove, with sub-directories separated by forward-slashes, /


返回值

true if the removal of the directory succeeded, false if not. (if the directory didn't exist, the return value is unspecified)


返回SD庫

返回Arduino庫菜單

返回首頁

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