Hi all,
evrything is in the title : this is what I need to do, for now I have used a sample with the zipfile class : I open a zip file, do some work with the content of some entry (without modifying their content), delete somen entries and finally I need to save the final zip file in another folder. As I have done an xcopy and have deleted some entries form the orgin folder to the destination folder...
The problem is that I do not find any method in the zipFile class as "SaveAs" ? Is the only solution is to close the origin zip file and then move it with File.Move ? Is there any more performant way to do it?
Thank you for your help on this.