extract the files from a zip to the supplied location

Namespace:  nTools
Assembly:  nZip (in nZip.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool extract(
	string zipFile,
	string destination
)
Public Function extract ( _
	zipFile As String, _
	destination As String _
) As Boolean
public:
bool extract(
	String^ zipFile, 
	String^ destination
)

Parameters

zipFile
String
file/location of zip
destination
String
location

Return Value

success of extract

See Also