What win32 API C functions can I use to read the modification/access/created dates of a file?
From stackoverflow
-
Use the GetFileTime function. You need to open the file to use this function.
Also, the appropriately named SetFileTime function will let you modify the times.
0 comments:
Post a Comment