Re: ANNOUNCE: Property List Tools 1.0
Re: ANNOUNCE: Property List Tools 1.0
- Subject: Re: ANNOUNCE: Property List Tools 1.0
- From: Paul Skinner <email@hidden>
- Date: Mon, 5 Apr 2004 08:10:01 -0400
On Apr 3, 2004, at 1:57 AM, Walter Ian Kaye wrote:
>
At 05:29p -0600 04/02/2004, Joshua See didst inscribe upon an
>
electronic papyrus:
>
>
> On Apr 2, 2004, at 10:16 AM, Mark Alldritt wrote:
>
>> Hi Folks,
>
>>
>
>> 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/index.html
>
>
>
> Nice. It solves the biggest problem with using defaults, navigating
>
> nested items. Now how about the second biggest problem, parsing alias
>
> or navigation services keys?
>
>
I guess not all of my pre-PListTools defaults/coercion coding was for
>
naught!
>
Below is a coercion routine you can use to coerce 'data' to 'alis'.
>
>
property pcls : run script "<<class pcls>>" --###use real chevrons###
>
>
set pref to POSIX path of (path to "pref" from user domain)
>
set ri_rec to read property list POSIX file (pref &
>
"com.apple.recentitems.plist")
:)
set pref to POSIX path of (path to "pref" from user domain)
set ri_rec to read property list POSIX file (pref &
"com.apple.dock.plist")
-->SD goes boom!
:(
PS
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.