Search code examples
filesharpziplibtemp

How do I clean up the temp files created by SharpZipLib


When I create a zip file using SharpZipLib I end up with .tmp files litering my hard drive. It occurs when I add files to an archive.

I'm not too concerned that it's happening, but I'd like to be able to get the file name so that I can remove the files once the archive is completed. How do I get the name of the .tmp file?


Solution

  • I'm switching to a different library.