Hello,
I am attempting to change the "Created Date" of some of my files, using the terminal command "touch". While I can successful change the modification date, the created date remains unaltered.
Am I doing something wrong?
Here's the command I am using: "touch -t 1305180000 /PathToFile"
PS: touch -mt does the same thing.
Any suggestion?
I am attempting to change the "Created Date" of some of my files, using the terminal command "touch". While I can successful change the modification date, the created date remains unaltered.
Am I doing something wrong?
Here's the command I am using: "touch -t 1305180000 /PathToFile"
PS: touch -mt does the same thing.
Any suggestion?