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

Back to Zip Class Summary

Zip::InsertNew

Inserts a new and empty entry into the Zip object. To insert at the beginning of the Zip, beforeIndex should be 0. The ZipEntry's FileName property is initialized to fileName parameter.

  Declarations  
    [Visual Basic]
Public Function InsertNew(ByVal Integer beforeIndex , ByVal String fileName) As ZipEntry

[C#]
public ZipEntry InsertNew(int beforeIndex , string fileName);

[C++]
public ZipEntry *InsertNew(int beforeIndex , String *fileName);

[JScript]
public function InsertNew(int beforeIndex , String fileName) : ZipEntry
 
  Parameters  
   
beforeIndex
Insert the new entry before the entry at this index.
fileName
The filename assigned to the new entry.
 

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