Re: applescript-users digest, Vol 3 #2517 - 15 msgs
Re: applescript-users digest, Vol 3 #2517 - 15 msgs
- Subject: Re: applescript-users digest, Vol 3 #2517 - 15 msgs
- From: Bernard Azancot <email@hidden>
- Date: Fri, 12 Mar 2004 20:55:47 +0100
Le 11 mars 04, ` 23:51, email@hidden a
icrit :
On 3/11/04 9:47 AM, "jj" <email@hidden> wrote:
=== faulty script ===
try
with timeout of 200 seconds
tell application "Finder"
-- Perform operation 1
-- Perform operation 2
-- Perform operation 3
-- operation 4
if exists file "A" of desktop then delete file "A" of desktop
if exists file "B" of desktop then delete file "Bf" of desktop
if exists file "C" of desktop then delete file "C" of desktop
end tell
end timeout
end try
=== end of faulty script ===
Hi!
Obviously, this "faulty script" should work fine on any computer.
So... What
are operations 1, 2 and 3?
Haven't we been through this already? Did you 'update desktop' between
each
delete, as advised by Emmanuel and me?
Paul Berkowitz
Sorry, Paul (and Emmanuel), I did not think 'update desktop' would be
efficient here too, but I was wrong. It was.
Thanks.
Bernard.
_______________________________________________
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.