> On 5 Apr 2016, at 00:35, Quincey Morris <[email protected]> > wrote: > > On Apr 4, 2016, at 09:59 , Gerriet M. Denkmann <[email protected]> wrote: >> >> Both the Simulator and the OS X App compress the same folder (which resides >> on OS X).
> Incidentally, the OS X documentation for NSFileContentsPboardType, > serializedRepresentation’s data format, on says not to use it after 10.6. I am not putting the data to a Pasteboard. > It really sounds like you need to construct your own data representation, > optimized for size if that’s what’s important to you. Or is > NSFileContentsPboardType being demanded by something else? What I need is just: Folder → Data and Data → Folder NSFileWrappers serializedRepresentation and initWithSerializedRepresentation looked like the obvious choice. What are the alternatives? Kind regards, Gerriet. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
