delorie.com/djgpp/doc/libc/libc_167.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

_dos_findnext

Syntax

 
#include <dos.h>

unsigned int _dos_findnext(struct find_t *result);

Description

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.

Return Value

Zero if a match is found, DOS error code if not found (and sets errno).

Portability

ANSI/ISO C No
POSIX No


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004