#include <revolution/card.h>s32 CARDOpen(s32 chan, const char* fileName, CARDFileInfo* fileInfo); |
EXI channel number. |
|
Pointer to file name to open. |
|
Pointer to file information to use. |
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
Opens a file. The Memory Card must be mounted with CARDMount[Async] before opening a file.
CARDFastOpen, CARDMount[Async]
03/01/2006 Initial version.