lv_fs_get_real_path() function
STATIC FUNCTIONS Skip the driver letter and the possible : after the letter
Syntax
static const char * lv_fs_get_real_path(const char * path); Arguments
path
path string (E.g. S:/folder/file.txt)
Return value
pointer to the beginning of the real path (E.g. /folder/file.txt)