From: Eloy D. <elo...@gm...> - 2008-07-23 09:55:40
|
plist = OSX::NSMutableDictionary.dictionaryWithContentsOfFile('/path/ to/plist') plist['foo'] = 'bar' plist.writeToFile_atomically('/path/to/output/plist', true) Cheers, Eloy On Jul 23, 2008, at 11:43 AM, Tim Perrett wrote: > Hey guys, > > Can anyone point me in the right direction with how to save / write to > Plist's? Alternatively, a simple method of persisting some basic data > in XML form on the filesystem. > > Cheers > > Tim > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |