0

I have a few thousand photos in which I need to set "Create Date" to "Last Modified Date", is there any tool that can help me do it automatically?

1 Answers1

2

Yes, there are tools such as Bulk Rename Utility, shown below.

Bulk Rename Utility

One could also create a simple PowerShell script to do the job, using two methods of System.DateTime, LastAccessTime {get} and CreationTime {set;}.

DrMoishe Pippik
  • 2,636
  • 9
  • 14