I have a few ZIP files in a folder; I want to change their modified date to three days ago. How do I do that?
My operating system is Windows Vista.
|
I have a few ZIP files in a folder; I want to change their modified date to three days ago. How do I do that? My operating system is Windows Vista. | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I'll assume that this is a programming question (even though it isn't). In this case, you would use the
| |||
|
feedback
|
|
You can use BulkFileChanger from Nirsoft for this purpose. If you want to change the file time programmatically you can use the SetFileTime function. To convert between different time formats you can use TzSpecificLocalTimeToSystemTime and SystemTimeToFileTime. In order to get a handle to the file use CreateFile. | |||
|
feedback
|
|
UnxUtils is one of many tool sets which has ported the handy (pun intended)
| |||
|
feedback
|