C1ZipFile Constructor(String)
In This Topic
Initializes a new instance of the
C1ZipFile class and opens a zip file associated with this new instance.
Syntax
Public Function New( _
ByVal As String _
)
public C1ZipFile(
string
)
Parameters
- fileName
- The name of the zip file to open.
See Also