www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - RTOS API


RTX_Access_Filesystem

Enable file access for calling task.

int RTX_Access_Filesystem ( void );

Parameters

-- none --

Return Value

0, success.
non-zero --> error code (Likely to many tasks with file access).

Comments

If return value is -3, file access is enabled, but reserving a data entry for findfirst / findnext has failed.

There is no need to call this function for a program's main task, since these main threads are already granted file access by the system at program launch.   This function only applies to tasks that are created within a program.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document