FROM : Alan Smith
DATE : Tue Jul 25 21:35:38 2006
Personally, I would use an NSTask with 'zip.' It's a command line
utility and is easy to figure out. Just read the manual page (man zip)
for usage info.
Good luck, Alan
On 7/25/06, Mike Abdullah <mike.<email_removed>> wrote:
> I am wanting to implement in my app the ability to create
> standard .zip archives. I have looked through the list archives and
> read various things on the internet, but I'm rather confused :(
>
> Thus far my research has uncovered to me:
>
> zlib - pre-installed with OS X. Does not support .zip archives, but
> there is add-on code to do it.
>
> gzip - Also doesn't support .zip archives
>
> info-zip - As far as I can tell, this is an open source command line
> tool, rather than a library I can use.
>
>
> So, what would people recommend for Cocoa use? Should I use NSTask
> to have a command line tool handle the thing for me? Or should I use
> a library like zlib? Or is there something better that I've missed
> altogether!?
>
> Mike.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"Don't waste your life doing things others have already done."
DATE : Tue Jul 25 21:35:38 2006
Personally, I would use an NSTask with 'zip.' It's a command line
utility and is easy to figure out. Just read the manual page (man zip)
for usage info.
Good luck, Alan
On 7/25/06, Mike Abdullah <mike.<email_removed>> wrote:
> I am wanting to implement in my app the ability to create
> standard .zip archives. I have looked through the list archives and
> read various things on the internet, but I'm rather confused :(
>
> Thus far my research has uncovered to me:
>
> zlib - pre-installed with OS X. Does not support .zip archives, but
> there is add-on code to do it.
>
> gzip - Also doesn't support .zip archives
>
> info-zip - As far as I can tell, this is an open source command line
> tool, rather than a library I can use.
>
>
> So, what would people recommend for Cocoa use? Should I use NSTask
> to have a command line tool handle the thing for me? Or should I use
> a library like zlib? Or is there something better that I've missed
> altogether!?
>
> Mike.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"Don't waste your life doing things others have already done."
| Related mails | Author | Date |
|---|---|---|
| Mike Abdullah | Jul 25, 21:24 | |
| Alan Smith | Jul 25, 21:35 | |
| Scott Thompson | Jul 25, 21:38 | |
| I. Savant | Jul 25, 21:39 | |
| Nick Zitzmann | Jul 25, 22:08 | |
| I. Savant | Jul 25, 22:19 | |
| Joshua Scott Emmon… | Jul 25, 22:31 | |
| Nir Soffer | Jul 25, 22:51 | |
| Matt Mashyna | Jul 26, 00:24 | |
| Michael Hall | Jul 26, 00:44 | |
| Ryan Britton | Jul 26, 01:02 | |
| Dragan Mili? | Jul 26, 08:29 | |
| Mike Abdullah | Jul 26, 13:44 |






Cocoa mail archive

