ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip 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
    Public Sub Extract( _
       ByVal destFileName As String _
    ) 
    public void Extract( 
       string destFileName
    )

    Parameters

    destFileName
    Name and location of the extracted file.
    See Also