Hello,
I have a folder action to automatically convert high-res images to low-res. The FA is attached to a folder that sits on the network waiting for folders that contain the high-res images.
My problem is this: Let’s say I have a folder with 10 high-res images in it 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 fires but the contents of the folder have not yet “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???