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: Greg Robb <email@hidden>
- Date: Tue, 19 Mar 2002 13:44:40 -0800
On Tue, 19 Mar 2002 11:35:43 -0500
Waters, Nigel <email@hidden> wrote:
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 :-)
This works on 9.2.2-
tell application "Finder"
activate
set alphaFile to (sort files of trash by name) as alias list
end tell
-Greg Robb email@hidden
_______________________________________________
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.