Subject: Unzip zip with subfolders, missing first character
Date: 2014-06-27 07:25:24
From: Iris Maag
Source: unzip-zip-subfolders-missing-first-character
----------------------------------------------------------------------

Hallo,

We wanted to use the new version (v6.0.40626)  but now we have a new problem.

We want to unzip a zip with subfolders, but after extracting the zip, its' missing the first character from each folder.

[code lang='c#']

using (Zip zip = new Zip(zipFile))
            {
                TransferOptions opt = new TransferOptions();
                opt.FileExistsResolveAction = FileExistsResolveAction.OverwriteOlderFiles;

                zip.ExtractAll(targetPath, opt);
                zip.Close();
            }

[/code]

Thanks for your feedback.

Viele Grüsse

Iris Maag

 

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index