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

Parents
  • This, surely, is a general programming question - nothing specifically to do with Keil?

    So what have you actually done to start the task?

    Where are you stuck?

    What does the standard 'C' library provide ... ?

Reply
  • This, surely, is a general programming question - nothing specifically to do with Keil?

    So what have you actually done to start the task?

    Where are you stuck?

    What does the standard 'C' library provide ... ?

Children