The FILINFO structure holds a file information returned by pf_readdir function.
typedef struct { DWORD fsize; /* File size */ WORD fdate; /* Last modified date */ WORD ftime; /* Last modified time */ BYTE fattrib; /* Attribute */ char fname[13]; /* File name */ } FILINFO;