iOS Question Extract specific file from zip file

tucano2000

Active Member
Licensed User
Longtime User
I saw that this is not possible in this library:

Arc.ZipFiles(File.DirRootExternal, Array As String("file1.txt"), File.DirRootExternal, "1min.zip", "")

Is possible implement this method to extract only one or more files from Zip as the Android library? I have an application on both platforms and would like to use both.
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
Is possible implement this method to extract only one or more files from Zip as the Android library?
No, because iArchiver is a wrapper of SSZipArchive which doesn't have such a method. However it's possible to modify the native library, you should post a feature request in the Wishlist forum.

Jan
 
Upvote 0
Top