Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntryCollection Class / Extract Method / Extract(String,String) Method
Name of the entry to extract.
Name and location of the extracted file.

In This Topic
    Extract(String,String) Method
    In This Topic
    Extracts a file from the current zip file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Extract( _
       ByVal entryName As String, _
       ByVal destFileName As String _
    ) 
    public void Extract( 
       string entryName,
       string destFileName
    )

    Parameters

    entryName
    Name of the entry to extract.
    destFileName
    Name and location of the extracted file.
    See Also