美文网首页
压缩解压缩

压缩解压缩

作者: 英雄出少年 | 来源:发表于2016-06-26 23:49 被阅读17次

    下载地址:https://github.com/ZipArchive/ZipArchive

    • 需要引入libz.dylib框架

    • 导入头文件Main.h

    • 创建压缩文件

    +(BOOL)createZipFileAtPath:(NSString
    *)path withFilesAtPaths:(NSArray
    *)paths;
    
    +(BOOL)createZipFileAtPath:(NSString
    *)path withContentsOfDirectory:(NSString
    *)directoryPath;
    
    • 解压
    +(BOOL)unzipFileAtPath:(NSString
    *)path  toDestination:(NSString
    *)destination
    
    压缩解压缩.png

    相关文章

      网友评论

          本文标题:压缩解压缩

          本文链接:https://www.haomeiwen.com/subject/vylzdttx.html