#define FindNextFile ( _fname,
_handle,
_result   )     __findNextFile(_fname, _handle, _result)

Continue searching for files.

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

Parameters:
_fname On output this contains the name of the next file found that matches the pattern used when the search began by calling FindFirstFile.
_handle The search handle input to and output from the function call.
_result The function call result. See Loader module error codes.
Warning:
This function requires the enhanced NBC/NXC firmware.

Generated by  doxygen 1.6.2