Re: Unzip file using VB.net
Are you saying you have a .zip file with two more .zip files inside it? Either the API you're using will need to give you a way to 'navigate' or 'search' inside the given .zip file, or you'll need to unzip the given .zip, then go through the output folder looking for more .zip files.
Re: Unzip file using VB.net
NO,
inside the zip file there are 2 regular files that each has a diffrent path nside the zip file.
the function i'm uses dosnt extract any of the files.
Thanks again
Re: Unzip file using VB.net
Re: Unzip file using VB.net
There are two ZIP submissions in the VB.NET CodeBank forum. One by myself, which uses #ZipLib, and other that uses J#. I'm not sure whether the one that uses J# would be able to help you with your question or not but it would be worth a look. I know that in mine I did take this situation into account. That said, some people did report issues with extracting files using my code and i never did get to look at it. I'm thinking of redoing that code for the latest version of #ZipLib. I'd probably recommend going with #ZipLib given that Microsoft have discontinued J#.