How do you write a ZipFile to disk using SharpZipLib [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 26 days ago . Improve this question How do you write a ZipFile to disk using SharpZipLib? Do you have to open an output stream to write a ZipFile to disk? Is there some way to just get the ZipFile bytes and do File.WriteAllBytes() ? Note: My question is not about compression. Just about taking an existing