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