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. |
- 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.