FabGL
ESP32 Display Controller and Graphics Library
|
bool filePathExists | ( | char const * | filepath | ) |
Determines if a file exists.
This method tries to open the specified file and return true on success.
filepath | File path (directory + filename) to test for existence |
Definition at line 762 of file fabutils.cpp.