nw::lyt::ARCOpen Function

Syntax

bool ARCOpen(
     ARCHandle * handle,
     const wchar_t * fileName,
     ARCFileInfo * af
);

Arguments

Name Description
in handle An ARCHandle structure.
in fileName The file name inside the archive.
out af The ARCFileInfo structure to be initialized

Return Values

Returns true on success and false on failure.

Description

Opens files in an archive

Opens a file within the content file and initializes the specified ARCFileInfo structure.

If a relative path is specified in fileName, it is taken as a relative path from the current directory of the ARCHandle structure.

The ARCHandle structure of the archive file must be initialized beforehand using ARCInitHandle.

See Also

ARCInitHandle
ARCFastOpen
ARCChangeDir


CONFIDENTIAL