Re: Property List Question
Re: Property List Question
- Subject: Re: Property List Question
- From: Scott Anguish <email@hidden>
- Date: Thu, 17 May 2001 15:34:36 -0400
On Thursday, May 17, 2001, at 10:29 AM, Karl Goiser wrote:
That's why we have NSCoding. Here is a simple example:
...
See what happens when you are new to an environment - you lament the
lack of something that's actually there!
One thing you want to make sure about, from the start... is that
you put file version revision numbers in your data files...
then you can read it first and adapt your loading code to
different capabilities that you may have to support for later versions
usually I forgot this in the past, and then had to futz around it.
the second version always had this fixed.. and the first one I just had
to recognize by it's not being set...