Re: System Info with AppleScript
Re: System Info with AppleScript
- Subject: Re: System Info with AppleScript
- From: Peter Baxter <email@hidden>
- Date: Thu, 11 Oct 2007 06:08:16 +1000
Hello Kai,
Here are two solutions for your missing data:
tell application "Finder" to set diskList to get capacity of disk 1 --> 2.28707008512E+11
tell application "Finder" to set diskList to get free space of disk 1 --> 8.2122416128E+10 The Top one is also easy, but I can't remember how to do it. Perhaps someone else can help with this.
Peter Baxter
"Never ask a man what computer he uses. If it's a Mac, he'll tell you. If it's not, why embarrass him?" --Tom Clancy
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden