The power of the program is obvious. Are there simple instructions which will permit one to copy only newer files from a particular folder to a folder of the same name on a different drive? Thanks.
Taking your question at face value, I assume you not only want to copy files which are newer than those in the destination, you also do NOT want to copy any brand new files on the source which do not exist on the destination. If so, that would be the:
Copy UPDATEEXISTING
command which you could use in a button or right click drop menu. On the other hand if you do want to copy any brand new files on the source as well use
Copy UPDATEALL
command instead.
You may get more responses if this is posted over in the Help & Support forum.
Check out the Synchronize Utility in the Tools menu.
You should get a dual lister, which you can open to each of the folders you want to synchronize. Review the other options on that utility panel, but I would suggest that these would be what you want:[ul][li] Mode: one-way[/li]
[li] Compare: date (newer)[/li]
[li] Hide unaffected files: ON[/li]
[li] Only compare existing files: ON Or OFF as desired[/li]
[li] Delete from Destination that don't exist in Source: ON Or OFF as desired[/li]
[li] Synchronize sub-folder contents: ON[/li][/ul]