Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Extract Method / Extract(String,String) Method
抽出するエントリの名前。
抽出されたファイルの名前と場所です。

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

    Parameters

    entryName
    抽出するエントリの名前。
    destFileName
    抽出されたファイルの名前と場所です。
    See Also