@CHIP-RTOS C Library V2.06 - BIOS API
BIOS_LFN_Get_Name
Get long file name by handle. int BIOS_LFN_Get_Name ( char far * filename,
unsigned int handle ); Parameters
filename
- Output parameter: Pointer to 260
character (LFN_MAXPATH) buffer which will receive the nil terminated
long file name associated with the provided handle.
handle
- File handle.
Return Value
- 0: Success
-1: Invalid file handle
Comments
- The BIOS_Get_File_Name
function can be used to retrieve the short alias DOS file names.
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
|