Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to zip some OLE files #7

Open
phuclv90 opened this issue Nov 25, 2019 · 1 comment
Open

Failed to zip some OLE files #7

phuclv90 opened this issue Nov 25, 2019 · 1 comment

Comments

@phuclv90
Copy link

Attached below is an OLE file (specifically *.doc file). Zipping it alone produces a proper result. However if it is put in a folder with other files/folders and zip the whole folder then the output zip file is corrupted. Compression tools report a CRC error of that OLE file when extracting that output file

using(var zip = new ZipFile())
{
    zip.AddDirectory(inputFolder);
    zip.Save(outputFile);
}

FailedToZip.zip

@peter-dolkens
Copy link

I recommend checking https://github.com/haf/DotNetZip.Semverd as it appears this project is simply a snapshot, whilst the other project has full history, and at least a minimal amount of maintenance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants