[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

MatchNext

Finds the next file or directory that matches pattern

Declaration

Source position: amigados.pas line 2384

function MatchNext(

  AP: PAnchorPath

):LongInt;

Arguments

AP

  

Place holder for search.

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: 2017-01-10