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