T thriii macrumors 6502 Original poster Sep 24, 2008 #1 Is there a way to change the date/time something was created? I have some files that say they were created in 1904 😕
Is there a way to change the date/time something was created? I have some files that say they were created in 1904 😕
M mckyvlle macrumors 6502a Sep 24, 2008 #2 You can use "touch" from Terminal. It sets the modification and access times of files to the current time of day. Usage: Code: touch path/to/file
You can use "touch" from Terminal. It sets the modification and access times of files to the current time of day. Usage: Code: touch path/to/file