--please don't forget to upvote
and Accept as answer
if the reply is helpful--
Keeping File's Original Access Date when using Robocopy

InfinitySwordofDiamond
1
Reputation point
So I am trying to copy files with all their file attributes including timestamps. Everything seems to be working well when Robocopy finishes until I found out that the access date hasn't been copied. It is showing the date that Robocopy has finished copying. Is there a way that I can preserve the access date of a file?
2 answers
Sort by: Most helpful
-
Dave Patrick 341.8K Reputation points MVP
2022-08-26T21:46:41.323+00:00 Dave Patrick 341.8K Reputation points MVP2022-08-26T23:43:09.147+00:00 Probably not possible without using some third party magic. The Last Access time: is always set to the current system time.
--please don't forget to
upvote
andAccept as answer
if the reply is helpful--