ARCOpen

C Specification

#include <revolution/arc.h>
BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af);

Description

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.

Arguments

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

Return Values

Returns TRUE if successful, FALSE if unsuccessful.

See Also

ARCFastOpen, ARCInitHandle

Revision History

2006/05/15 Initial version.


CONFIDENTIAL