@CHIP-RTOS C Library V2.06 - BIOS API
BIOS_LFN_Findnext
Continue iteration of files in a directory. int BIOS_LFN_Findnext ( LFN_FILE_FIND far *find ); Parameters
find
- Pointer to the
LFN_FILE_FIND
structure initialized by a
BIOS_LFN_Findfirst call.
Return Value
- 0: No file found
1: Success
Comments
- This function continues the iteration of files found in a directory.
The directory search process must be started with the
BIOS_LFN_Findfirst function.
This function is reentrant.
Important:
The BIOS_LFN_Find_Done function
must be called when finished with the iteration to unlock the
directory unless a zero "No file found" indication was
returned on your final call to BIOS_LFN_Findnext
.
(The resources have already been released in this case.)
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
n/a | n/a | n/a | V0.91 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|