in reply to How to change file modification date in Windows
The Win32 API function is SetFileTimes. Use the Win32::API module to call it. Treat the 3 timestamp parameters as 8-byte buffers and don't worry about how to manipulate them, since you'll just save the results from GetFileTimes.
—John
|
|---|