02.12.2012 22:03:00 • Categories: Applescript • Tags: Applescript
AppleScript: System Events - reading from plist-file
set the plistfile_path to "~/Desktop/example_2.plist"tell application "System Events" set p_list to property list file (plistfile_path) value of p_list end tell