Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: Delete folders inside ZIP archives in csharp
Delete Files in a ZIP Archive in C# .NET
While working with archives from within your .NET applications, you may need to manipulate files inside a ZIP. In the previous post, you have seen how to add files/folders in a ZIP archive. In this article, you will learn how to delete files inside the ZIP archives programmatically in C#. So let's begin.