Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If you want a little "set-it-and-forget-it" utility I find syncfolders handy for keeping my working folders sync'ed to my NAS.
If you are using something with a *nix command line (MacOS, Linux) then it's easy: "cp -a" will preserve the creation date.
Windows isn't my thing, but I'll bet that a dedicated backup utility (as opposed to a simple copy) would do this. But if you are just doing a few files I'd check out the utilities named above.
You might try xcopy or robocopy, those are more powerful (command line) utilities with lots of features accessed through switches.
Good luck.
Is batch copy possible or only one file at a time?
That's where they shine. *.* works great, and you can replicate directory structures, etc Smaller places create batch files and use that in place of expensive commercial software. Robocopy also allows you to modify permissions and you can generate log outputs to verify what copied. I last used it when I built a new fileserver and had to move all of the data from the old one in organized chunks.
Google robocopy, it's newer and more powerful and you'll get some idea of its versatility.
That's where they shine. *.* works great, and you can replicate directory structures, etc Smaller places create batch files and use that in place of expensive commercial software. Robocopy also allows you to modify permissions and you can generate log outputs to verify what copied. I last used it when I built a new fileserver and had to move all of the data from the old one in organized chunks.
Google robocopy, it's newer and more powerful and you'll get some idea of its versatility.
Yep. I use it regularly on 10 and 11.for windows 10 as well?
Will it update the creation date for the copied file? This is not what I want. I don't need NAS. My primary concern is to keep the creation date for copied files. Thanks.Yep. I use it regularly on 10 and 11.
If you want a little "set-it-and-forget-it" utility I find syncfolders handy for keeping my working folders sync'ed to my NAS.