Re: Unzip tool -- a bit off topic
Re: Unzip tool -- a bit off topic
- Subject: Re: Unzip tool -- a bit off topic
- From: Prachi Gauriar <email@hidden>
- Date: Thu, 05 Jun 2003 12:42:34 -0500
On Thursday, June 5, 2003, at 12:13 PM, Keith Renz wrote:
I have a quick question that maybe someone can answer.
I'm working on a Cocoa app which makes use of the Unix unzip tool
(usr/bin/unzip) via an NSTask, but we've come to find out that some OS
X installations don't have the unzip tool installed. I never
specifically installed it on my OS X, but it is there nonetheless. In
fact, it was updated with the 10.2.5 updater along with gunzip and
bunzip2. My guess is that I selected one of the additional
installation packages in my original 10.2 installation and the
updaters have followed suit. Does anyone know offhand which
installation package installs the unzip tool or if this is even a
correct assumption?
I believe it's the BSD subsystem option. However, a quick way to get
around this requirement is just to bundle unzip in your application
bundle and access it using NSBundle.
-Prachi
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.