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

Back to Zip Class Summary

Zip::AppendNew

Appends a new and empty entry to the Zip object and returns the ZipEntry object. Data can be appended to the entry by calling ZipEntry.AppendData.

  Declarations  
    [Visual Basic]
Public Function AppendNew(ByVal String fileName) As ZipEntry

[C#]
public ZipEntry AppendNew(string fileName);

[C++]
public ZipEntry *AppendNew(String *fileName);

[JScript]
public function AppendNew(String fileName) : ZipEntry
 
  Parameters  
   
fileName
The fileName of the new Zip entry created. When unzipping, this is the name of the file that will be created.
 

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