Folks;
I am having difficulty creating the "perfect" methods to retrieve the correct file creation, last access, and last modification (write) dates+time.
Does anyone out there have a routine that will give the correct date/time stamps for files accessed locally or remotely on the following os's:
Win9x, WinME, WinXP, WinNT3/4/5 (NTFS4 and NTFS5)
Also, I see that OPENFILE is no longer preferred for win2k compatibility, are you all using CREATEFILE to get the filehandle?
THanks..
Oh...these are what I have been banging my head on....
FileTimeToSystemTime
FileTimeToLocalFileTime
SystemTimeToTzSpecificLocalTime
SystemTimeToFileTime
GetSystemTimeAsFileTime
..
ouch!
I am having difficulty creating the "perfect" methods to retrieve the correct file creation, last access, and last modification (write) dates+time.
Does anyone out there have a routine that will give the correct date/time stamps for files accessed locally or remotely on the following os's:
Win9x, WinME, WinXP, WinNT3/4/5 (NTFS4 and NTFS5)
Also, I see that OPENFILE is no longer preferred for win2k compatibility, are you all using CREATEFILE to get the filehandle?
THanks..
Oh...these are what I have been banging my head on....
FileTimeToSystemTime
FileTimeToLocalFileTime
SystemTimeToTzSpecificLocalTime
SystemTimeToFileTime
GetSystemTimeAsFileTime
..
ouch!