CARDFastOpen

C Specification

#include <revolution/card.h>
s32 CARDFastOpen(s32 chan, s32 fileNo, CARDFileInfo* fileInfo);

Arguments

chan EXI channel number.
fileNo File entry number.
fileInfo Pointer to file info to use.

Return Values

One of the following codes:

CARD_RESULT_FATAL_ERROR
CARD_RESULT_NOCARD
CARD_RESULT_NOFILE
CARD_RESULT_NOPERM
CARD_RESULT_BUSY
CARD_RESULT_BROKEN
CARD_RESULT_READY

Description

Opens a file using a file number. The Memory Card must be mounted with CARDMount[Async] before opening a file.

See Also

CARDOpen, CARDMount[Async]

Revision History

03/01/2006 Initial version.