On 3/19/08 4:58 PM, "Shane Stanley" <email@hidden> wrote: > According to the release notes: "The Property List Suite allows creating new > property list files and property list items." But I haven't actually tested > it, and I'm less than thrilled with the current state of System Events. 10.5.2: tell application "System Events" set the plistfile_path to "~/desktop/newplist.plist" set this_plistfile to make new property list file with properties {name:plistfile_path} end tell
10.5.2: