Wish Extract specific file from zip file

tucano2000

Active Member
Licensed User
Longtime User
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.

iArchiver is a wrapper of SSZipArchive which doesn't have such a method.
 
Top