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

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

    Parameters

    entryName
    Name of the entry to extract.
    Remarks
    The entry is extracted to a file in the same folder as the current zip file, with the same name as the entry.
    See Also