RE: whose class is... - not working
RE: whose class is... - not working
- Subject: RE: whose class is... - not working
- From: Olof Hellman <email@hidden>
- Date: Mon, 7 Jan 2002 16:56:36 -0800
Romy writes:
>
tell application "Finder" to get class of items of startup disk whose class
>
is not folder
I think you'll like this:
tell app "Finder"
class of items of startup disk whose kind is not "folder"
end tell
- Olof