Re: How to list local volumes ...
Re: How to list local volumes ...
- Subject: Re: How to list local volumes ...
- From: Ben Waldie <email@hidden>
- Date: Wed, 16 Oct 2002 11:04:51 -0400
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
Benjamin S. Waldie
AppleScript Guru
http://www.applescriptguru.com
http://www.wtmedia.com
_______________________________________________
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.