Re: How to list local volumes ...
Re: How to list local volumes ...
- Subject: Re: How to list local volumes ...
- From: John Stewart <email@hidden>
- Date: Wed, 16 Oct 2002 17:11:28 -0400
On Wednesday, October 16, 2002, at 11:04 AM, Ben Waldie wrote:
Charles,
On Tuesday, October 15, 2002, at 05:03 PM, Charles Heizer wrote:
I'm trying to write a script that will tell me some info about our
systems. I would like to know if there is a way to have applescript
give me a list of the local volumes(Disks) that are mounted.
tell app "finder"
set theVolumes to every disk whose local is true
end
- Ben
Don't need the Finder - from the Standard Additions osax
list disks
John
_______________________________________________
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.