NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
unsigned int FindNextFile ( string &  fname,
byte &  handle 
)
inline

Continue searching for files.

This function lets you continue iterating through files stored on the NXT.

Parameters
fnameOn output this contains the name of the next file found that matches the pattern used when the search began by calling FindFirstFile.
handleThe search handle input to and output from the function call.
Returns
The function call result. See Loader module error codes.
Warning
This function requires the enhanced NBC/NXC firmware.
Examples:
ex_findfirstfile.nxc, and ex_findnextfile.nxc.