> > 1. Use NSTask to create a zip file, passing in as arguments all the > filenames to zip. My question about this would be whether I would run into > any restrictions with the length of the command which well be beyond the old > 1024 character limits (not sure if any command line argument limits are > still extant). I would think this would be the most efficient way to do it > (both time and memory/storage wise), so long as there are no limitations on > command line length. > > *Which option would be the best to go with?*
I would recommend the first one. Create an array of selected files and pass those to NSTask. > > > > Advice would be most welcome. > > Thx > > Gideon_______________________________________________ > > 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/cocoa.learner%40gmail.com > > This email sent to cocoa.lear...@gmail.com > _______________________________________________ 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