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 -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -