Most likely one of the files that you tried to copy was in use at that time. The solution is kind of obvious, don't schedule SyncLocalDir and other Sync... to run when files are in use by other processes. : I tried syncronize two local derictories. I use SyncLocalDir. : When accsees to file in Source_dir was denied. : I saw message: A run-time error occurred while executing automation script: : Line 1. Error copying file "file name". Error: 5 - Access is : denied. : After this Target_dir contains some new and some old files/ : How can I prevent this situation in future?
|