开发者

How can I unzip a file in MacOS X Obj-C?

开发者 https://www.devze.com 2022-12-26 07:50 出处:网络
How can I unzip a file in MacOS开发者_StackOverflow社区 X Obj-C? What frameworks do I need and what is the call?You might find something helpful here at CocoaDev or with theunarchiver.theunarchiver is

How can I unzip a file in MacOS开发者_StackOverflow社区 X Obj-C? What frameworks do I need and what is the call?


You might find something helpful here at CocoaDev or with theunarchiver. theunarchiver is a nice utility that handles many archive formats and since it's open-source, you may be able to use some of their code to do what you want, though it's LGPL, which may or may not be compatible with what you're doing.


libz.1.2.3.dylib is the framework you should add to your project.

And use the the classes: http://code.google.com/p/ziparchive/downloads/list

0

精彩评论

暂无评论...
验证码 换一张
取 消