Load one File out of a zip-file

schimanski

Well-Known Member
Licensed User
Longtime User
Hello,

is it possible to unzip one or more files out of a big zip-file? I want to zip a package of .png files and only want to work with a few of them. I know, that zip can't reduce a .png file, but it is easier to work with one big zip-file than with hunderts of each files.

Thanks for help.
 

schimanski

Well-Known Member
Licensed User
Longtime User
Thanks, Erel. I have taken a look at this lib, but it seems, that there is no function to unzip a single file. But I will try something.....
 
Upvote 0

margret

Well-Known Member
Licensed User
Longtime User
This is something I was wanting to do as well. More than once when unzipping I have had a corrupt file result and lost the file. I never found a reason. Could of been a device or memory card error but it has me a little afraid to include this in an app until I can find the cause. Wondering if anyone else has seen this.
 
Upvote 0
Top