Skip to content

Setting Zip File Compression Level Doesn't Work #17

@vector-man

Description

@vector-man

I'm trying to set the compression level to "store" (0).

using (ZipFileSystem zfs = ZipFileSystem.CreateZipFile(file, 
FileSystemOptions.Default.AddVariables(new { ZipCompressionLevel = "0" })))
{ ... }

This does not seem to work. It is still compressing the file.

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