Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.