(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/dos.h>

BOOL ExNext (lock , fileInfoBlock)

LOCATION
In DOSBase at offset 18

SYNOPSIS
BPTR lock
struct FileInfoBlock * fileInfoBlock

FUNCTION
Examine the next entry in a directory.

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS
At the moment it is necessary that the lock passed to this function is a directory(!!) that has previously been assigned (i.e. assign env: env).

INTERNALS

HISTORY