Re: Newbie question - listing items in the trash
Re: Newbie question - listing items in the trash
- Subject: Re: Newbie question - listing items in the trash
- From: Kai Edwards <email@hidden>
- Date: Tue, 19 Mar 2002 21:17:31 +0000
on Tue, 19 Mar 2002 11:35:43 -0500, "Waters, Nigel"
<email@hidden> wrote:
>
When I use it in OS 9.2.2, I receive the following error in the event log:
>
>
tell application "Finder"
>
list folder trash
>
--> Finder got an error: Can't make trash into a item.
>
>
Would anyone be willing to help me find the correct command to get the
>
Finder to list items in the trash? I would greatly appreciate it :-)
I'm not currently working in 9.2.2 - but have you tried this?
tell application "Finder"
trash's items
end tell
Kai
--
**********************************
Kai Edwards Creative Resources
1 Compton Avenue Brighton UK
Telephone +44 (0)1273 326810
**********************************
_______________________________________________
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.