Re: a secure delete droplet
Re: a secure delete droplet
- Subject: Re: a secure delete droplet
- From: Kai <email@hidden>
- Date: Tue, 11 Mar 2003 11:08:22 +0000
on Tue, 11 Mar 2003 04:19:19 +0000, I wrote:
>
=========
>
repeat with i in s
>
if i is not in d then
>
if i's original item as alias is not in d then error
>
end if
>
end repeat
>
>
=========
I know the hour was late here, but I really must learn to tighten up my
scripts better:
=========
repeat with i in s
if i is not in d and i's original item as alias is not in d then error
end repeat
=========
--
Kai
_______________________________________________
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.