Back to Dotnet

System.IO.Compression.ZipFile

src/libraries/System.IO.Compression.ZipFile/README.md

11.0.1001.1 KB
Original Source

System.IO.Compression.ZipFile

Contains convenience methods for extracting and creating zip archives and zip entries to and from file system entries.

Documentation can be found at https://learn.microsoft.com/dotnet/api/system.io.compression.zipfile and https://learn.microsoft.com/dotnet/api/system.io.compression.zipfileextensions.

Contribution Bar

See the Help Wanted issues. We don't have a specific label for ZipFile issues so you will need to read through the list and see if something is available.

Deployment

System.IO.Compression.ZipFile is included in the shared framework. The package does not need to be installed into any project compatible with .NET Standard 2.0.

See also