iOS 文件压缩和解压
- 创建 ZIP 档案:
- CreateZipFile2(zipFile: String)
- CreateZipFile2(zipFile: String, password: String)
- 向 ZIP 档案中添加文件:
- addFileToZip(file: String, newname: String)
- 关闭 ZIP 档案:
- CloseZipFile2()
- 解压 ZIP 档案:
- UnzipOpenFile(zipFile: String, password: String)
- UnzipFileTo(path: String, overWrite: Bool)
- UnzipCloseFile()
91.96KB
文件大小:
评论区