FabGL
ESP32 Display Controller and Graphics Library

◆ filePathExists()

bool filePathExists ( char const *  filepath)

Determines if a file exists.

This method tries to open the specified file and return true on success.

Parameters
filepathFile path (directory + filename) to test for existence
Returns
True if the file exists

Definition at line 762 of file fabutils.cpp.