Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / Extract Method
Name and location of the extracted file.

In This Topic
    Extract Method (C1ZipEntry)
    In This Topic
    Extracts this entry to a file.
    Syntax
    'Declaration
     
    
    Public Sub Extract( _
       ByVal destFileName As String _
    ) 
    public void Extract( 
       string destFileName
    )

    Parameters

    destFileName
    Name and location of the extracted file.
    See Also