Creates an empty zip file on disk.

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

Syntax

C#
public void Create(
	string fileName
)
Visual Basic
Public Sub Create ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
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