enables you to add, extract, or delete several files at once. To apply an action to all files that match a certain pattern, enter the pattern in the text box. The pattern can include standard wildcard symbols such as * to match any string, and ? to match any single symbol. You can enter several patterns separated by semicolons.  applies the action to all files that match at least one of the patterns. The examples in the following table show how to use filename patterns to select files.
PatternFiles Matched*All files*.tar*All files with extension tar, including those in which the tar extension is followed by any sequence of symbols, such as filename.tar.gz*.jpg; *.jpegAll files with extension jpg and all files with extension jpeg
