Re: Weeding out items from list
Re: Weeding out items from list
- Subject: Re: Weeding out items from list
- From: Michelle Steiner <email@hidden>
- Date: Fri, 25 Nov 2005 20:38:19 -0700
On Nov 25, 2005, at 7:31 PM, Nigel Garvey wrote:
tell application "Finder" -- or "System Events"
set listing to name of every disk where it is not local volume and
its name is not "Network"
end tell
Doesn't this read better, though?
tell application "Finder" -- or "System Events"
set listing to name of every disk whose local volume is false and
name is not "Network"
end tell
BTW, when the only non-local volume is Network, using the Finder
results in an error, but using System Events results in an empty list.
-- Michelle
--
I can't be in my second childhood;
I haven't finished the first one yet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden