This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Http server with file time stamp

Hi,

I am using fatfs file system.

elm-chan.org/.../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