“SD.exists()”的版本间的差异

来自YFRobotwiki
跳转至: 导航搜索
(以“:SD {| border="0" cellpadding="20" width="100%" |- |width="100%" valign="top" align="left"| <font color="olivedrab" size="+3">'''exists()'''</font> <fon...”为内容创建页面)
 
 
第9行: 第9行:
 
<font color="orange" size="+1">'''描述'''</font>
 
<font color="orange" size="+1">'''描述'''</font>
  
Tests whether a file or directory exists on the SD card.
+
测试在SD卡上的文件或目录是否存在。
  
  
第19行: 第19行:
 
<font color="orange" size="+1">'''参数'''</font>
 
<font color="orange" size="+1">'''参数'''</font>
  
filename: the name of the file to test for existence, which can include directories (delimited by forward-slashes, /)
+
filename : 文件名,用来测试该名称的文件是否存在,可以包含目录(用斜杠分隔,/
  
  
 
<font color="orange" size="+1">'''返回值'''</font>
 
<font color="orange" size="+1">'''返回值'''</font>
  
true if the file or directory exists, false if not
+
如果文件或目录存在则返回true,否则返回false
  
 
|}
 
|}

2015年7月28日 (二) 22:22的最后版本

SD

exists()


描述

测试在SD卡上的文件或目录是否存在。


语法

SD.exists(filename)


参数

filename : 文件名,用来测试该名称的文件是否存在,可以包含目录(用斜杠分隔,/)


返回值

如果文件或目录存在则返回true,否则返回false


返回SD库

返回Arduino库菜单

返回首页

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