Initializes a new instance of the C1ZipFile class and opens a zip file associated
with this new instance.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public C1ZipFile( string fileName ) |
Visual Basic |
---|
Public Sub New ( _ fileName As String _ ) |
Parameters
- fileName
- Type: System..::..String
The name of the zip file to open.
Remarks
If the file does not exist, a new empty file is created.