Re: NSUnarchiver / Data.archive Extract all Keys
Re: NSUnarchiver / Data.archive Extract all Keys
- Subject: Re: NSUnarchiver / Data.archive Extract all Keys
- From: Dave Keck <email@hidden>
- Date: Fri, 10 Dec 2010 22:51:45 -0500
> yes, it's noise...
>
> Also it's not just one, they're save files for an old program I made - I'd
> like to be able to extract the data so I can save it in the format used for
> more recent versions
NSPropertyListSerialization could probably help too. If Property List
Editor can't parse it though NSPropertyListSerialization probably
won't be able to either.
What happens when you:
NSLog(@"%@", [NSUnarchiver unarchiveObjectWithFile: @"/path/to/archive"]);
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden