Start searching for files.
This function lets you begin iterating through files stored on the NXT.
- Parameters
-
fname | On input this contains the filename pattern you are searching for. On output this contains the name of the first file found that matches the pattern. |
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.