#include <revolution/arc.h> BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af);
| handle | Pointer to the file's ARCHandle structure. |
|---|---|
| fileName | The file name inside the archive file. |
| af | Pointer to the ARCFileInfo structure to be initialized. |
Returns TRUE if successful, FALSE if unsuccessful.
ARCOpen opens a file in the arcive and initializes the specified ARCFileInfo structure. The ARCHandle structure of the archive file must be initialized beforehand using ARCInitHandle.
2006/05/15 Initial version.
CONFIDENTIAL