Create a tokenized string for MatchPatternNoCase()
Source position: amigados.pas line 2360
function ParsePatternNoCase( |
const Source: PChar; |
Dest: PChar; |
DestLen: LongInt |
):LongInt; |
Source |
|
Unparsed wildcard string to search for. |
Dest |
|
Output string, gets tokenized version of input. |
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. |