I have a filename with UTF-8 encoded characters, and I am trying to grab the date created from stat().
For example:
the filename is ??.txt
I manage to get the correct filename using WideCharToMultiByte(), but stat() gives the wrong value.
the correct value of date created: 8/4/2006 10:35:38, while
stat gives me 12/15/1992 04:34:08
For example:
the filename is ??.txt
I manage to get the correct filename using WideCharToMultiByte(), but stat() gives the wrong value.
the correct value of date created: 8/4/2006 10:35:38, while
stat gives me 12/15/1992 04:34:08