Re: Property Value
Re: Property Value
- Subject: Re: Property Value
- From: Philip Aker <email@hidden>
- Date: Tue, 19 Jun 2007 04:50:02 -0700
On 2007-06-19, at 04:29:36, Fleisher, Ken wrote:
Thanks. I'll give it a try. I'm sure you'll hear from me if I run
into a problem!
Watch for the missing parenthesis at the end of the 'read' example --
it'll mess things up completely if not present.
On 6/18/07 4:35 PM, "Philip Aker" <email@hidden> wrote:
On 2007-06-18, at 13:10:19, Fleisher, Ken wrote:
I've not dealt with plist files before. Are there good examples of
creating, writing to, and reading from one? What's the difference
between that and just any text file?
do shell script "defaults write com.fleisher.ken SomeDefaultsKey
'Saved string value'"
set saved_key to (do shell script "defaults read com.fleisher.ken
SomeDefaultsKey"
Note that with this kind of method, it's generally much easier to use
default values as string, boolean, or numbers rather than arrays or
dictionaries. For a small utility, that's usually all you'd need
anyway.
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden