Files to be moved when save is completed

I’d like to know if anybody can contribute to solve this:
I receive image files into a folder on a network. I’d like to use a script to move these files to a different folder when they arrive. I have developed a monitoring and moving script for the folder but sometimes, the file I am trying to move is still locked because is still in the “saving” phase.

Thanks

Maurizio

hmm… i’m not sure exactly what you mean, but if it is just taking a little extra time, put “Delay x” into the script, where x is the number of seconds to wait before continuing. i hope that helps

You can check the size of the file and (if after 2 seconds, for example) it is the same than the previous one, move on. Or you can adjust and use a handler similar to this one: