Hello,
I have a folder action to automatically convert high-res images to low-res. The folder sits on the network waiting for folders that contain the high-res images to be placed in it.
My problem is this: Let’s say I have a folder with 10 high-res images that amount to 100 MB. When I copy the folder through the network the folder is copied first then its contents. The problem is that the folder action triggers before the contents of the folder have “arrived”… Is there anyway that I can wait for the copy to end first, before running the script? I have tried -wait-ing but sometimes the images still don’t make it in time. Increasing the -wait- will only hold up folders that may contain one image only…
Can anyone help please???