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

Back to Zip Class Summary

Zip::FirstMatchingEntry

Returns the first entry having a filename matching a pattern. The "*" and "?" characters have their usual wildcard meanings. The full filename, including path, is used when matching against the pattern. A NULL is returned if nothing matches.

  Declarations  
    [Visual Basic]
Public Function FirstMatchingEntry(ByVal String pattern) As ZipEntry

[C#]
public ZipEntry FirstMatchingEntry(string pattern);

[C++]
public ZipEntry *FirstMatchingEntry(String *pattern);

[JScript]
public function FirstMatchingEntry(String pattern) : ZipEntry
 
  Parameters  
   
pattern
A wildcarded pattern for matching against a full Zip entry filename.
 

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