Return to Snippet

Revision: 6469
at May 22, 2008 10:53 by mikegreen


Initial Code
tell application "Finder"
	set _b to bounds of window of desktop
	set _w to item 3 of _b
	set _h to item 4 of _b
end tell

Initial URL


Initial Description


Initial Title
Get Desktop Resolution

Initial Tags
mac, osx

Initial Language
AppleScript