| cvs.gedasymbols.org/djgpp/doc/libc/libc_167.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <dos.h> unsigned int _dos_findnext(struct find_t *result);  | 
This finds the next file in the search started by _dos_findfirst.
See _dos_findfirst, for the description of struct find_t.
This function does not support long filenames, even on systems where the LFN API (see section LFN) is available. For LFN-aware functions with similar functionality see findfirst, and findnext. Also see opendir, and readdir, which are Posix-standard.
Zero if a match is found, DOS error code if not found (and sets errno).
| ANSI/ISO C | No | 
| POSIX | No | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |