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