ComponentOne Zip for .NET
Create(String) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipFile Class > Create Method : Create(String) Method
The name of the zip file to create, including the path.
Creates an empty zip file on disk.
Syntax
Public Overloads Sub Create( _
   ByVal fileName As String _
) 
public void Create( 
   string fileName
)

Parameters

fileName
The name of the zip file to create, including the path.
Remarks
If a file by the same name already exists, it is deleted before the new one is created.
See Also

Reference

C1ZipFile Class
C1ZipFile Members
Overload List