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 -

php - Time zone issue -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -