I need to delete a folder from a .jar file, but treating it as a .zip file with sharpziplib. Is there any way to do so?
I have tried before to "unzip" the .jar file using sharpziplib and then delete it and rezip it, but to no avail- not to mention it is much slower to do it that way.
How can I directly delete the folder?