The f_stat gets the file status.
FRESULT f_stat ( const char* FileName, // Pointer to the file or directory name FILINFO* FileInfo // Pointer to the FILINFO structure );
The f_stat gets the information of a file or directory. For details of the infomation, refer to the FILINFO structure. This function is not supported in minimization level of >= 1.