Finds the next file or directory that matches pattern
Source position: amigados.pas line 1677
function MatchNext( |
anchor: pAnchorPath |
):LongInt; |
0 for success or error code.
Locates the next file or directory that matches a given pattern. Various bits in the flags (APF_*) allow the application to control the operation of MatchNext().
|
Finds file that matches pattern |
|
|
Create a tokenized string for MatchPattern() |
|
|
Examine a directory or file associated with a lock |
|
|
Free storage allocated for MatchFirst()/MatchNext() |
|
|
Examine the next entry in a directory |