ComponentOne Zip for .NET
Remove(String) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Remove Method : Remove(String) Method
Name of the entry to remove (case-insensitive).
Removes an entry from the current zip file.
Syntax
Public Overloads Sub Remove( _
   ByVal fileName As String _
) 
public void Remove( 
   string fileName
)

Parameters

fileName
Name of the entry to remove (case-insensitive).
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List