Go to the first, previous, next, last section, table of contents.


findnext

Syntax

#include <dir.h>

int findnext(struct ffblk *ffblk);

Description

This finds the next file in the search started by findfirst. See section findfirst.

Return Value

Zero if there was a match, else nonzero.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.