The FILINFO structure holds a file information returned by f_stat() and f_readdir().
typedef struct _FILINFO {
DWORD fsize; // Size
WORD fdate; // Date
WORD ftime; // Time
BYTE fattrib; // Attribute
char fname[8+1+3+1]; // Name
} FILINFO;