Re: Working with ZIP files
Re: Working with ZIP files
- Subject: Re: Working with ZIP files
- From: Ruben Smits <email@hidden>
- Date: Mon, 22 Mar 2004 08:54:05 +0100
Hi Mike,
You are looking for an OOP way to implement unzipping. I think writing
extra code when functionality is available is not an example of OOP.
;-)
You can use libraries like libz in combination with NSTask. The library
is available in every OSX system, so you don't have to include it in
your project. See Apple examples.
HTH
----------------------
Ruben Smits
----------------------
_______________________________________________
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.