Home
function that initializes the event if something is subscribed to it

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

Syntax

         
 C#  Visual Basic  Visual C++ 
protected void logCurrZip(
	string currFile,
	int currCount,
	int maxCount
)
Protected Sub logCurrZip ( _
	currFile As String, _
	currCount As Integer, _
	maxCount As Integer _
)
protected:
void logCurrZip(
	String^ currFile, 
	int currCount, 
	int maxCount
)

Parameters

currFile
String
current file
currCount
Int32
current index
maxCount
Int32
max size

See Also