Hello, I'm looking to store NSDirectoryEnumerator data in a file, but it seems to create a really large file. How can I get the file size down?
I have tried both of these methods to save the and while the NSKeyedArchiver reduces the size by about 1MB to 9.3MB thats still seems really big. [fileArray writeToFile:@"/Users/Shared/test" atomically:TRUE]; [NSKeyedArchiver archiveRootObject:fileArray toFile:@"/Users/Shared/test2"]; What other options do I have to write my NSDirectoryEnumerator data to a file with good compression? Thanks, tom _______________________________________________ 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]
