ComponentOne Zip for .NET
Extract Method (C1ZipEntry)

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntry Class : Extract Method
Name and location of the extracted file.
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

Reference

C1ZipEntry Class
C1ZipEntry Members