CARDGetFileNo

C Specification

#include <revolution/card.h>
s32 CARDGetFileNo(CARDFileInfo* fileInfo);

Arguments

fileInfo Pointer to file info for checking the file entry number.

Return Values

File entry number.

Description

Returns the file entry number of the open file. The file info must be opened using the CARD*Open functions.

See Also

Revision History

03/01/2006 Initial version.