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

Back to Zip Class Summary

Zip::DeleteEntry

Removes a Zip entry from the calling Zip object.

  Declarations  
    [Visual Basic]
Public Function DeleteEntry(ZipEntry entry) As Boolean

[C#]
public bool DeleteEntry(ZipEntry entry);

[C++]
public bool DeleteEntry(ZipEntry *entry);

[JScript]
public function DeleteEntry(ZipEntry entry) : Boolean
 
  Parameters  
   
entry
The Zip entry to be removed from the Zip.
 

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