Re: Newbie question about file compression
Re: Newbie question about file compression
- Subject: Re: Newbie question about file compression
- From: David Remahl <email@hidden>
- Date: Wed, 26 Dec 2001 23:55:49 +0100
>
Does anyone know how to compress files with Cocoa? Thanks in advance!
>
>
>
Jaime Rios
Hmm...This is a rather broad question to ask...You can use any compression
algorithm you like, of course! There are scads of those available opensource
in C/C++, and you can include such source in your cocoa/obj-c projects. Then
of course there are cheaper ways, such as using gnutar for example. There
have been numerous posts on how to call CLI applications from cocoa on this
list and others.
/ Sincerely, David Remahl