Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Extract Method / Extract(String) Method
抽出するエントリの名前。

In This Topic
    Extract(String) Method
    In This Topic
    現在の zip ファイルから1つのファイルを抽出します。
    Syntax
    'Declaration
     
    
    Public Overloads Sub Extract( _
       ByVal entryName As String _
    ) 
    public void Extract( 
       string entryName
    )

    Parameters

    entryName
    抽出するエントリの名前。
    Remarks
    エントリは、現在の zip ファイルと同じフォルダ内のファイルに、エントリと同じ名前で抽出されます。
    See Also