fleshconsumed
Diamond Member
I need to copy a bunch of files from one drive to another. Unfortunately by default windows resets create and modify timestamps to the time when the file was copied. The same behavior occurs if you move files instead of copying. Occasionally I like to sort by date to see what's new and what's old and copying files like this messes that up because all the timestamps have been reset to the last time the file was moved to another drive. I have tried googling, and came across robocopy suggestion to keep file attributes. However, I tried it yesterday with /COPYALL flag that in theory should have kept original create and modify timestamps, but it looks like it doesn't work, at least not when you copy files to a different drive. Is there anything else for windows that lets you keep the original create and modify timestamps when copying or moving stuff to a different drive?