Re: Select CD
Re: Select CD
- Subject: Re: Select CD
- From: Victor Yee <email@hidden>
- Date: Fri, 20 Jul 2001 14:48:50 -0400
I remember someone once mentioning the "description" property of Finder items. This works on my machine:
tell application "Finder"
select (disks whose description contains "CD-ROM")
end tell
Victor