1 2 3 4 5 6 |
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 |
1 2 3 4 5 6 |
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 |