TAP_Hdd_FindNext

Topfield Documentation

dword TAP_Hdd_FindNext(TYPE_File *file);

It continues to scan the file in the current directory.

  • file : the pointer of TYPE_File which the file information is saved to.
return value : If 0, there is no file. If 1, there is a file.

Additional Documentation

There is a bug with this function. When it is done with all entries, it still returns non-zero for one non-existing entry. Rely on the count returned from TAP_Hdd_FindFirst instead.