Adds a list of entries to the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public void Add(
	string[] fileNames
)
Visual Basic
Public Sub Add ( _
	fileNames As String() _
)

Parameters

fileNames
Type: array<System..::..String>[]()[][]
Array containing the file names of the entries to be added to the zip file.

See Also