GlobExpression
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:
- expression
- Specifies a pointer to a text string containing a file name.
- pattern
- Specifies a pointer to a text string containing a pattern.
- case_insensitive
- set to WizardTrue to ignore the case when matching an expression.