[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML-style plists with the [NSDictionary writeToFile:]
From: |
soupmonkey |
Subject: |
Re: XML-style plists with the [NSDictionary writeToFile:] |
Date: |
Wed, 29 Apr 2009 19:51:54 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Apr 28, 7:03 pm, Torli Birnbauer <goot...@gmail.com> wrote:
> Sorry, there was a spelling problem
>
> NSProperyListSerialization
> NSPropertyListSerialization
>
> The corrected code snippet does work as you explained!
>
> On Tue, 2009-04-28 at 12:40 -0700, hns wrote:
> > [[NSProperyListSerialization dataFromPropertyList:dict
> > format:NSPropertyListXMLFormat_v1_0 errorDescription:&err]
> > writeToFile: @"./opts.out.plist" atomically: YES];
>
> > -- hns
>
> > _______________________________________________
> > Discuss-gnustep mailing list
> > Discuss-gnus...@gnu.org
> >http://lists.gnu.org/mailman/listinfo/discuss-gnustep
Thanks hns, you managed to solve a problem I had not even encountered,
yet.
Have a virtual pint on me.