文件的解压缩

pod ‘SSZipArchive’, ‘~> 1.1’

//第一个参数是:被解压文件的路径
//第二个参数是:解压到的目录
SSZipArchive.unzipFileAtPath(filePath, toDestination: path)

你可能感兴趣的:(文件解压缩)