Re: Finder Duplicate Operation timing out
Re: Finder Duplicate Operation timing out
- Subject: Re: Finder Duplicate Operation timing out
- From: Olivier Destrebecq <email@hidden>
- Date: Wed, 30 Jan 2002 14:57:31 -0600
use this around your statements that needs loger timeout
with timeout of numSeconds seconds
-- your statements
end timeout
olivier
On Wednesday, January 30, 2002, at 02:41 PM, Steve Kump wrote:
Hi there,
I have this code:
duplicate folder theFolder to folder "Macintosh HD:Backup:"
it works fine except it often times out with the message, Apple Event
Timed Out, because there are a lot of items in the folder to move, and
it takes a few minutes.
Is there a way to prevent this as it kills the rest of the script. If I
place it within a try, other operations I want to do to the folder once
it is moved also fail.
Thanks,
-- Steve Kump
Xpressdocs
2916 W 6th Street
Fort Worth, TX
76107
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.