DOSFindFirstFile
Searches for files in the DOS partition
#include <nwdos.h>
int DOSFindFirstFile (
const char *fileName,
WORD searchAttributes,
struct find_t *diskTransferAddress);
DOSFindFirstFile finds the first file that matches the fileName and searchAttributes parameters. If wildcards are used in the fileName parameter, call DOSFindNextFile to find other files that also match the fileName and searchAttributes parameters.
searchAttributes can have the following values (defined in the nwdos.h file):