Re: list folder and list disks deprecated?
Re: list folder and list disks deprecated?
- Subject: Re: list folder and list disks deprecated?
- From: KOENIG Yvan <email@hidden>
- Date: Tue, 28 Oct 2008 09:34:54 +0100
list folder alias "Macintosh HD:" without invisibles
without having to use a rather costly boolean test specifier like
tell application "System Events" to get the name of every disk item
of alias "Macintosh HD:" ¬
whose name does not contain "."
It seems that a better alternative would be:
tell application "System Events" to get the name of every disk item
of alias "Macintosh HD:" ¬
whose name does not start with "."
Yvan KOENIG (from FRANCE mardi 28 octobre 2008 09:34:49)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden