FabGL
ESP32 Display Controller and Graphics Library

◆ exists()

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.

Parameters
nameRelative file or directory name
caseSensitiveIf true (default) comparison is case sensitive
Returns
True if the file exists

Definition at line 747 of file fabutils.cpp.