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

Back to Zip Class Summary

Zip::GetEntryByName

Returns a ZipEntry by filename. If a full or partial path is part of the filename, this must be included in the filename parameter.

  Declarations  
    [Visual Basic]
Public Function GetEntryByName(ByVal String filename) As ZipEntry

[C#]
public ZipEntry GetEntryByName(string filename);

[C++]
public ZipEntry *GetEntryByName(String *filename);

[JScript]
public function GetEntryByName(String filename) : ZipEntry
 
  Parameters  
   
filename
The filename including relative or absolute directory, of the ZipEntry to return.
 

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