Re: Finding a volume name
Re: Finding a volume name
- Subject: Re: Finding a volume name
- From: Matthew Healey <email@hidden>
- Date: Mon, 02 Dec 2002 14:21:15 +0800
On 3/12/2002 3:08 AM, "Andy Wylie" <email@hidden> wrote:
>
on Mon, 02 Dec 2002 13:56:51 +0800 Matthew Healey wrote:
>
>
> I need to retrieve the name of an AppleShare volume currently on the desktop
>
> (MacOS 9.2.2). I know the volume ends in "Files", but my script doesn't know
>
> the start of the name.
>
>
>
> Is there any way that I can easily do a wildcard search for the complete
>
> volume name?
>
>
tell application "Finder"
>
(disks whose name contains "Files")'s name
>
end tell
Thanks mate,
I can't believe it was so easy.
Regards
Matthew Healey
--
Matthew Healey
Information Systems
Western Orthopaedic Clinic
email@hidden
Phone: +61 (08) 9489 8700
Fax: +61 (08) 9381 8300
Suite 213
25 McCourt Street
Subiaco 6008
Western Australia
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.