I'm confused. NSDirectoryEnumerator doesn't conform to NSCoding, so you're not going to be able to archive it. And then, why would one want to archive an NSEnumerator in the first place?
... meanwhile, the code snippet you posted seems to be archiving an array. About all I can conjure is you're trying to archive a list of file paths, or something. What are you trying to do? _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
