Skip to content

Files that cannot be opened by ZipFile #783

@wf-soft

Description

@wf-soft
using (var zip = new ZipFile(@"D:\1.7z")) {
    Console.WriteLine(zip);
}

throw
"Cannot find central directory"

Since the .7z file could not be uploaded, I put it in the .zip file

1.zip

I try to use some other packages such as SharpCompress, which can be read normally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions