http://dotnetzip.codeplex.com/
There's a RemoveEntry() function to remove a file, but I can't seem to find a function to remove a directory... Does DotNetZip support directory removal? If not, what are some other libraries I could try?
Printable View
http://dotnetzip.codeplex.com/
There's a RemoveEntry() function to remove a file, but I can't seem to find a function to remove a directory... Does DotNetZip support directory removal? If not, what are some other libraries I could try?
That's the method you use. Notice how the AddDirectory method returns a ZipEntry? That would be the entry that you remove.