mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-01 03:47:23 +03:00
Implement SPIFFS.exists
This commit is contained in:
@ -191,6 +191,14 @@ if (!f) {
|
||||
}
|
||||
```
|
||||
|
||||
#### exists
|
||||
|
||||
```c++
|
||||
SPIFFS.exists(path)
|
||||
```
|
||||
|
||||
Returns *true* if a file with given path exists, *false* otherwise.
|
||||
|
||||
#### openDir
|
||||
|
||||
```c++
|
||||
|
Reference in New Issue
Block a user