Re: Using Zip executable in Cocoa Application
Re: Using Zip executable in Cocoa Application
- Subject: Re: Using Zip executable in Cocoa Application
- From: John Stiles <email@hidden>
- Date: Fri, 16 Dec 2005 10:57:47 -0800
If you want things to work a little more nicely, you could use Zlib
(along with some contributed code like Info-zip) to build a zip in code.
This will let you provide progress bars or cancel the operation
midway, etc., and will reduce the app's size. It also saves you from
oddball bugs when users have quotes or spaces or bizarre Unicode
characters in their path :)
On Dec 16, 2005, at 8:01 AM, Rick Langschultz wrote:
Hello,
I have included a custom executable in my Cocoa Application named
zip which is the standard command line utility bundled with Mac OS
X Tiger. The file is meant to zip the contents of a temporary
folder in the ~/temp/somefolder. Is there any known documentation
about doing this?
Thanks in advance,
Rick Langschultz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden