File Time questions...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I was reading file times are stored in a different way for FAT and NTFS. So if two file dates are gotten, and one file is on a FAT system and the other on NTFS, and they are compared with CompareFileTime(), will the result be messed up? How do you make it work right? Also how do you display the date as a string that works with both file systems (in win32, no fancy libraries like mfc, wtl, .net etc.)? - thanks