Re: applescript-users digest, Vol 3 #2495 - 18 msgs
Re: applescript-users digest, Vol 3 #2495 - 18 msgs
- Subject: Re: applescript-users digest, Vol 3 #2495 - 18 msgs
- From: Doug McNutt <email@hidden>
- Date: Fri, 5 Mar 2004 14:22:47 -0700
At 12:40 -0700 3/5/04, Robert Poland wrote:
>
I wonder how this would work
>
tell application "Finder"
>
try
>
delete file "tempA" of desktop
>
delay 1
>
delete file "tempB" of desktop
>
delay 1
>
delete file "tempC" of desktop
>
end try
>
end tell
It's worth a try. There have been some questions raised on this list about creator and type codes not being set right away and on the MPW list about modification times requiring so much time to be set that UNIX make operations are failing to recompile a modified source file.
Are we waiting for some daemon or threaded service in the world of neXt?
A do shell script "sleep. . ." might behave differently than an AppleScript delay..
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
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.