![]() |
![]() |
![]() |
|
[
About the Wizard's Toolkit ] [ Command-line Tools ] [ Application Program Interface ] [ Install from Source Unix Windows Binary Releases Unix Windows ] [ Download ] [ Search ] [ Sponsors: ] |
GlobExpression() returns WizardTrue if the expression matches the pattern. The format of the GlobExpression function is:
WizardBooleanType GlobExpression(const char *expression,
const char *pattern,const WizardBooleanType case_insensitive)
A description of each parameter follows: expressionSpecifies a pointer to a text string containing a file name. patternSpecifies a pointer to a text string containing a pattern. case_insensitiveset to WizardTrue to ignore the case when matching an expression. |