Adds a list of entries to the current zip file.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.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.