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