FabGL
ESP32 Display Controller and Graphics Library
|
int getFullPath | ( | char const * | name, |
char * | outPath = nullptr , |
||
int | maxlen = 0 |
||
) |
Composes a full file path given a relative name.
name | Relative file name |
outPath | Where to place the full path. This can be NULL (used to calculate required buffer size). |
maxlen | Maximum size of outPath string. This can be 0 when outPath is NULL. |
Definition at line 1097 of file fabutils.cpp.