Home
WILL(in future) set the comment of the zip file if it is set or initialized properly

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void setComm(
	string comment
)
Public Sub setComm ( _
	comment As String _
)
public:
void setComm(
	String^ comment
)

Parameters

comment
String
the comment

See Also