Hello all,
I am running os 9.1 and Applescript 1.8.3 on a beige G3 with 288mb ram.
A script I am running sends lots of files to the trash when it is done processing them. I have
tell application “Finder”
empty trash
end tell
at the very end of my code to clean things up before the next run of my processing. For some reason (one which I have not yet been able to fix) the trash empty on this machine is very very slow, ~ .5 to 1 second per 60k image file. As a result I get a “Apple event timed out.” error during the trash empty.
Questions:
-
is there a way to set thresholds on apple event time? Can I extend the time as a getaround to the error?
-
I know this is outside the range of apple script topic (sorry administrators, might be helpful to others?)
Has anyone run into this slow trash empty thing before? Know any fixes?
I regularly empty the trash.
I have tried
- rebuilding the desktop
- trashing finder and system preferences and rebuilding desktop
- running norton antivirus disk scan, no errors found
- disabling the norton extensions
Thanks a bunch for your help!!
Frank