#include <nitro/fs.h>
BOOL FS_ConvertPathToFileID( FSFileID *p_file_id, const char *path );
p_file_id |
Address of the FSFileID structure that holds results. |
path |
File's path name |
If the file ID is correctly acquired, it returns a value of TRUE. Otherwise it returns a value of FALSE.
This function acquires the file ID from the specified path name. You can open a file by specifying its file ID when you call the FS_OpenFileFast
function. For more information on path name formatting, see the description of the FS_OpenFileEx
function.
This function cannot be called from the interrupt handler (IRQ mode).
Also note that in some cases processing may not end if interrupts are left prohibited.
FSFile
FSFileID
FS_OpenFileFast
FS_OpenFileEx
2008/10/02 Updated the See Also list.
2004/11/02 Corrected links.
2004/09/24 Added text under Note regarding the conditions for calling this function.
2004/05/20 Initial version.
CONFIDENTIAL