Unit 'amigados' Package
[Overview][Constants][Types][Procedures and functions][Index] [#amunits]

MatchNext

Finds the next file or directory that matches pattern

Declaration

Source position: amigados.pas line 1677

function MatchNext(

  anchor: pAnchorPath

):LongInt;

Function result

0 for success or error code.

Description

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().

See also

MatchFirst

  

Finds file that matches pattern

ParsePattern

  

Create a tokenized string for MatchPattern()

Examine

  

Examine a directory or file associated with a lock

MatchEnd

  

Free storage allocated for MatchFirst()/MatchNext()

ExNext

  

Examine the next entry in a directory


Documentation generated on: 2021-07-30