Performs a string pattern match.
- Parameters
-
| pPattern | String containing the filename pattern to test. May contain wild cards, etc. |
| pFilename | String containing the filename to compare against. |
| ppMatchDirectory | Cant remember what this is used for. Dont use it... |
| bCaseSensitive | Perform the pattern match with case sensitivity. |
- Returns
- True if the pattern matches the filename.