ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(String) Method
Name of the entry to remove (case-insensitive).

In This Topic
    Remove(String) Method
    In This Topic
    Removes an entry from the current zip file.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal fileName As System.String _
    ) 
    public void Remove( 
       System.string fileName
    )

    Parameters

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