Creates an empty zip file on disk.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
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.