my process needs to create a zip 开发者_如何学编程file with a large number of files(that are also created by the process). Instead of having to create temporary files, zipping them and then deleting, can I directly add files into a zip file?
Yes, you can. But the performance of it will be poor compared to direct file creation. Anyway, SharpDevelop Wiki has examples.
精彩评论