Create a tokenized string for MatchPatternNoCase()
Source position: amigados.pas line 1690
function ParsePatternNoCase( |
const pat: pCHAR; |
buf: pCHAR; |
buflen: LongInt |
):LongInt; |
Tokenizes a pattern, for use by MatchPatternNoCase(). Also indicates if there are any wildcards in the pattern (i.e. whether it might match more than one item). Note that Dest must be at least 2 times as large as Source plus 2 bytes. For a description of the wildcards, see ParsePattern().
|
Create a tokenized string for MatchPattern() |
|
|
Checks for a pattern match with a string |
|
|
Finds file that matches pattern |
|
|
Finds the next file or directory that matches pattern |
|
|
Convert a character to upper case. |