(C) 1998 AROS - The Amiga Research OS
NAME
#include <dos/dosasl.h>
#include <proto/dos.h>
LONG MatchNext (AP)
LOCATION
In DOSBase at offset 138
SYNOPSIS
struct AnchorPath * AP
FUNCTION
Find next file or directory that matches a given pattern. See <dos/dosasl.h> for more docs and how to control MatchNext().
INPUTS
AP
pointer to Anchor Path structure which had been passed to MatchFirst() before.
RESULT
EXAMPLE
SEE ALSO
MatchFirst() MatchEnd() CurrentDir() Examine() ExNext() ParsePattern() <dos/dosasl.h>
NOTES
BUGS
Copying of the relative path to ap_Buf is not implemented yet
INTERNALS
HISTORY
17.02.1999 bergers
Revision of these functions. Multiple subdirectories are handled correctly. Assigns are also taken care of.
20.10.1998 hkiel
Amiga Research OS
29.04.1998 bergers
Implementation of these functions.
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions
Moved #include's into first column