> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to