Set Creation Time of a file to value of Modified Time

Discuss and share scripts and script files...
Post Reply
tim
Posts: 54
Joined: 19 Apr 2014 03:49

Set Creation Time of a file to value of Modified Time

Post by tim »

Hello. Is it possible to set Creation Time of a file as it's set in Modified Time via scripts? I need to perform such action on many files. Thanks.

admin
Site Admin
Posts: 60591
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Set Creation Time of a file to value of Modified Time

Post by admin »

You might want to run a test before, but it looks like this would do the job on all currently selected items in the list:

Code: Select all

timestamp 'c', '*', , 'm';

tim
Posts: 54
Joined: 19 Apr 2014 03:49

Re: Set Creation Time of a file to value of Modified Time

Post by tim »

Perfect :appl: Thank you! XY is a magic.

Post Reply