Get Desktop Resolution


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "Finder"
  2. set _b to bounds of window of desktop
  3. set _w to item 3 of _b
  4. set _h to item 4 of _b
  5. end tell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.