Hi,
I am using fatfs file system.
http://elm-chan.org/fsw/ff/doc/stat.html
I need to return fdate and ftime convert into 32 bit number
void netHTTPs_fstat (const char *fname, uint32_t *fsize, uint32_t
*ftime)
{ *ftime = ??
}
Thanks,
Naeem
↧