DOSFindNextFile
Searches for files in the DOS partition
#include <nwdos.h>
int DOSFindNextFile (
struct find_t *diskTransferAddress);
Consecutive calls to DOSFindNextFile return information about all DOS files which match the fileName and searchAttributes parameters specified in DOSFindFirstFile.