SD.mkdir()

来自YFRobotwiki
2015年7月23日 (四) 23:17Admin讨论 | 贡献的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
SD

mkdir()


描述

Create a directory on the SD card. This will also create any intermediate directories that don't already exists; e.g. SD.mkdir("a/b/c") will create a, b, and c.


语法

SD.mkdir(filename)


参数

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


返回值

true if the creation of the directory succeeded, false if not


返回SD库

返回Arduino库菜单

返回首页

更多建议和问题欢迎反馈至 YFRobot论坛