|
FabGL
ESP32 Display Controller and Graphics Library
|
| bool exists | ( | char const * | name, |
| bool | caseSensitive = true |
||
| ) |
Determines if a file or directory exists.
This method compare the specified filename with names of current directory.
| name | Relative file or directory name |
| caseSensitive | If true (default) comparison is case sensitive |
Definition at line 747 of file fabutils.cpp.