Skip to content

iamitprakash/create_zip_file_dot_Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Create zip files in .NET 8 without saving them to disk first ⬇

.NET 8 includes new overloads of ZipFile.CreateFromDirectory that allow you to collect all the files included in a directory and zip them, then store the resulting zip file into the provided stream.

These new APIs can be useful when disk space is constrained, because they avoid having to use the disk as an intermediate step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages