How to use libz.dylib to unzip zip file?

北城余情 提交于 2019-12-13 18:16:58

问题


in my program i have to unzip downloaded file ... i read libz.dylib is used for that but i didn't find any documentation or examples how to do that..?

any one know this...

Thanks in advance....


回答1:


I'm not exactly answering your question, but you could use ZipKit. It is an Obj-C framework for using zip files.



来源:https://stackoverflow.com/questions/2729529/how-to-use-libz-dylib-to-unzip-zip-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!