.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::NewZip

Clears and initializes the contents of the Zip object. If a Zip file was open, it is closed and all entries are removed from the object. The FileName property is set to the filename parameter.

  Declarations  
    [Visual Basic]
Public Function NewZip(ByVal String filename) As Boolean

[C#]
public bool NewZip(string filename);

[C++]
public bool NewZip(String *filename);

[JScript]
public function NewZip(String filename) : Boolean
 
  Parameters  
   
filename
Sets the FileName property to this string
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.