Re: Newbie question - listing items in the trash - Thanks, it worked!
Re: Newbie question - listing items in the trash - Thanks, it worked!
- Subject: Re: Newbie question - listing items in the trash - Thanks, it worked!
- From: "Waters, Nigel" <email@hidden>
- Date: Tue, 19 Mar 2002 16:58:00 -0500
>
I can't believe that worked Nigel, 'list folder' is Standard Additions OSAX
>
and requires a path... 'list folder alias "macHD:trash"'
>
It's not part of Finder's vocabulary and will only confuse it telling it.
>
Use 'every item of' in a Finder tell...
>
>
tell application "Finder"
>
set trash_list to every item of trash
>
end tell
Andy,
Thanks for the code above. It worked well. I don't know why my previous code
worked at all on the 8.6 system, from what you told me. Maybe I have a
scripting addition on it that I am not accounting for. At any rate, you have
helped me out a great deal. Thank you! :-)
NKW.
_______________________________________________
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.