Zip for WPF and Silverlight
C1.C1Zip 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
    'Declaration
     
    
    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