Mount Fuji Engine  0.8b
MF_API bool MFString_PatternMatch ( const char *  pPattern,
const char *  pFilename,
const char **  ppMatchDirectory = NULL,
bool  bCaseSensitive = false 
)

Performs a string pattern match.

Parameters
pPatternString containing the filename pattern to test. May contain wild cards, etc.
pFilenameString containing the filename to compare against.
ppMatchDirectoryCant remember what this is used for. Dont use it...
bCaseSensitivePerform the pattern match with case sensitivity.
Returns
True if the pattern matches the filename.