Link to home
Start Free TrialLog in
Avatar of cambridge-tech
cambridge-techFlag for United States of America

asked on

Create New Zip file with an old Creation Date

I am wanting to create a new Zip file but have the creation date to be an older or previous date other then today or the day that it was actually created.  i have a Zip file that was created on 12/31/2013.  i want to create a new file today 6/4/14  but i want the file creation date to be the 12/31/2014.  Is there a way to do this?
2014-06-04-9-44-49.jpg
Avatar of Joseph O'Loughlin
Joseph O'Loughlin
Flag of Ireland image

Not naively.
Use one of the many windows implementations of the unix Touch command variants available, for example
http://www.funduc.com/fstouch2.htm
ASKER CERTIFIED SOLUTION
Avatar of Shahnawaz Ahmed
Shahnawaz Ahmed
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cambridge-tech

ASKER

You are correct Shahnawaz Ahmed.  This worked like a charm.  I tried this and it was simple and easy.  Thanks a bunch.