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

Back to Zip Class Summary

Zip::GetEntryByIndex

Retrieves a ZipEntry by index. The first entry is at index 0. This will return directory entries as well as files.

  Declarations  
    [Visual Basic]
Public Function GetEntryByIndex(ByVal Integer index) As ZipEntry

[C#]
public ZipEntry GetEntryByIndex(int index);

[C++]
public ZipEntry *GetEntryByIndex(int index);

[JScript]
public function GetEntryByIndex(int index) : ZipEntry
 
  Parameters  
   
index
Index of the entry to retrieve
 

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