March 2002
Intermediate to advanced
528 pages
21h 29m
English
readdir
string readdir(int handle)
Returns the name of the next file in the directory referenced by
handle; the order in which files in a
directory are returned by calls to readdir( ) is
undefined. If there are no more files in the directory to return,
readdir( ) returns false.