1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Merge branch 'esp8266' of https://github.com/esp8266/Arduino into doc_modify

This commit is contained in:
Pascal Gollor
2015-09-14 19:44:23 +02:00
14 changed files with 291 additions and 45 deletions

View File

@ -231,6 +231,14 @@ if (!f) {
}
```
#### exists
```c++
SPIFFS.exists(path)
```
Returns *true* if a file with given path exists, *false* otherwise.
#### openDir
```c++