PDA

View Full Version : copying timestamps of directories


wbiebel
2008-07-25, 21:24
It is possible to copy timestamps of files by using touch /r /c, but not to copy timestamps of directories using this way. Make it possible by using touch /a:d /r /c creating an empty directory similar to touch /r /c creating an empty file.