Page 1 of 1

Set Creation Time of a file to value of Modified Time

Posted: 03 Feb 2018 18:37
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.

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

Posted: 03 Feb 2018 18:53
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';

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

Posted: 04 Feb 2018 01:23
by tim
Perfect :appl: Thank you! XY is a magic.