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?
Asked
Active
Viewed 1,081 times
1 Answers
2
Yes, you can. But the performance of it will be poor compared to direct file creation. Anyway, SharpDevelop Wiki has examples.

tafa
- 7,146
- 3
- 36
- 40