I have had a look at the MSDN site for the ZipArchive with no luck.

This is my question: Is it possible to delete a file from a ZipArchive singly rather than have to extract the whole archive, and then create a new archive without the file that I do not want in there?

Basically, what is the easiest way to remove a file from a ZipArchive?