Re: ANNOUNCE: Property List Tools 1.0
Re: ANNOUNCE: Property List Tools 1.0
- Subject: Re: ANNOUNCE: Property List Tools 1.0
- From: Walter Ian Kaye <email@hidden>
- Date: Fri, 2 Apr 2004 14:41:59 -0800
At 08:16a -0800 04/02/2004, Mark Alldritt didst inscribe upon an
electronic papyrus:
I've just posted a new freeware Scripting Addition called Property List
Tools. Property List Tools allows AppleScript to read and write Property
List files. The addition can flatten any AppleScript data structure for
storage in a property list. Property List Tools also allows your scripts to
interoperate with other software that uses the property List file format.
http://www.latenightsw.com/freeware/PListTools/
Yipee! No more 'do shell script' finagling. :-)
set ploc to POSIX path of (path to "pref" from user domain)
read property list POSIX file (ploc & "com.apple.internetconfig.plist")
set cusr to POSIX path of (path to "cusr")
read property list POSIX file (cusr & "Music/iTunes/iTunes Music Library.xml")
-boo
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.