Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Remove Method / Remove(String) Method
削除するエントリの名前(大文字小文字を区別)。

In This Topic
    Remove(String) Method
    In This Topic
    現在の zip ファイルからエントリを削除します。
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal fileName As String _
    ) 
    public void Remove( 
       string fileName
    )

    Parameters

    fileName
    削除するエントリの名前(大文字小文字を区別)。
    See Also