C# SharpZipLib write a file directly into zip -


my process needs create zip file large number of files(that created process). instead of having create temporary files, zipping them , deleting, can directly add files zip file?

yes, can. performance of poor compared direct file creation. anyway, sharpdevelop wiki has examples.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -