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

jQuery Ajax Render Fragments OR Whole Page -

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

java - Simple Command Line calculator -