Skip to content

Commit

Permalink
Dir object doesn't have operator bool (fix esp8266#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Nov 30, 2015
1 parent 0eb0418 commit 0fb6a2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ Returns *true* if a file with given path exists, *false* otherwise.
SPIFFS.openDir(path)
```

Opens a directory given its absolute path. Returns a *Dir* object. To check if
directory was opened successfully, use the boolean operator, similar to opening
a file.
Opens a directory given its absolute path. Returns a *Dir* object.

### remove

Expand Down

0 comments on commit 0fb6a2b

Please sign in to comment.