Re: Looking for a disk in disks
Re: Looking for a disk in disks
- Subject: Re: Looking for a disk in disks
- From: Paul Skinner <email@hidden>
- Date: Sun, 28 Oct 2001 20:53:52 -0500
on 10/28/01 3:37 PM, Mark Bjfrgager wrote:
>
How can I test if a certain volume is mounted on the mac ?
>
>
I am trying to use
>
>
Tell app "Finder" to set theDisks to the disks
>
If "home" is in theDisks then beep
>
>
Only it never does, how can use this ?
>
>
Regards
>
Mark
tell application "Finder"
if exists disk "Home:" then beep
end tell
>
--
Paul Skinner