largest free block
largest free block
- Subject: largest free block
- From: Rob Lewis <email@hidden>
- Date: Thu, 7 Nov 2002 17:08:06 -0800
Given the completely different memory architecture of OS X, I don't
think the concept of "largest free block" is meaningful. You'll note
that OS X doesn't offer any way to set the RAM partition size of an app
because it doesn't need it. Memory is allocated and released as needed.
On Thursday, November 7, 2002, at 02:11 PM, applescript-users-
email@hidden wrote:
Here is the script
tell application "Finder"
activate
set memblock to (largest free block / 1024 / 1024)
display dialog "The largest free block is about " & (memblock) &,
" megabytes."
end tell
When I try to check the syntax I get the following syntax error and the
word "free" in the parentheses is highlighted.
"Expected ',' but found identifier."
Does applescripting not carry over into Jaguar?
_______________________________________________
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.