#include <revolution/arc.h> BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af);
| handle | Pointer to the file's ARCHandle structure. |
|---|---|
| entrynum | Entry number of the file. |
| af | Pointer to the ARCFileInfo structure to be initialized. |
Returns TRUE if successful, FALSE if unsuccessful.
ARCFastOpen opens a file in the archive and initializes the specified ARCFileInfo structure. This differs from ARCOpen in that an entry number is specified instead of a file name. ARCConvertPathToEntrynum must be called first to get the entrynum of the file.
ARCOpen
ARCInitHandle
ARCConvertPathToEntrynum
2006/05/15 Initial version.
CONFIDENTIAL