constructor that will open an already existing zipFile for later extracting or adding to the zipFile

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public nZip(
	string zipFile,
	string comment
)
Public Sub New ( _
	zipFile As String, _
	comment As String _
)
public:
nZip(
	String^ zipFile, 
	String^ comment
)

Parameters

zipFile
String
the name of the zipFile you wish to open
comment
String
the comment you want to display on the side of your zipFile

See Also