How to preserve file attributes when one copies files in Windows?
Posted
by
netvope
on Super User
See other posts from Super User
or by netvope
Published on 2010-05-27T21:51:36Z
Indexed on
2012/10/14
15:41 UTC
Read the original article
Hit count: 161
On Linux, we can simply do:
cp -pr directory
How to do that in Windows? Can it be done in Windows Explorer? Any GUI tool suggestions?
It would be the best if I can keep the NTFS permissions and creation/modification/access time. At a minimum, I need to preserve the modification date for the files and the directories. Windows Explorer's copy does not preserve the modification date for directories.
© Super User or respective owner