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

Back to Zip Class Summary

Zip::ExtractMatching

Unzip all files matching a wildcard pattern.

  Declarations  
    [Visual Basic]
Public Function ExtractMatching(ByVal String dirPath , ByVal String pattern) As Boolean

[C#]
public bool ExtractMatching(string dirPath , string pattern);

[C++]
public bool ExtractMatching(String *dirPath , String *pattern);

[JScript]
public function ExtractMatching(String dirPath , String pattern) : Boolean
 
  Parameters  
   
dirPath
Unzip files into this directory, recursively creating sub-directories as needed.
pattern
A file pattern where "*" and "?" have the usual meanings. If you omit a "*" from the beginning of a pattern, such as "x*", it means that the filename must begin with "x". Similarly, if you omit a "*" at the end of the pattern, it means the filename must end with the last letter in the pattern.
 

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