ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipFile Class / Create Method / Create(String) Method
The name of the zip file to create, including the path.

In This Topic
    Create(String) Method
    In This Topic
    Creates an empty zip file on disk.
    Syntax
    Public Overloads Sub Create( _
       ByVal fileName As String _
    ) 
    public void Create( 
       string fileName
    )

    Parameters

    fileName
    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