DotNetZip extract file issue

Posted by Kumar on Stack Overflow See other posts from Stack Overflow or by Kumar
Published on 2010-03-09T00:16:42Z Indexed on 2010/03/09 0:21 UTC
Read the original article Hit count: 430

Filed under:
|
|

Trying to extract files to a given folder ignoring the path in the zipfile but there doesn't seem to be a way.

This seems a fairly basic requirement given all the other good stuff implemented in there.

What am i missing ?

code is -

                using (Ionic.Zip.ZipFile zf = Ionic.Zip.ZipFile.Read(zipPath))
                {
                    zf.ExtractAll(appPath);
                }

© Stack Overflow or respective owner

Related posts about c#

Related posts about zip