nw::lyt::ARCOpen Function
bool ARCOpen(
ARCHandle * handle,
const wchar_t * fileName,
ARCFileInfo * af
);
| Name | Description | |
|---|---|---|
| in | handle | An ARCHandle structure. |
| in | fileName | The file name inside the archive. |
| out | af | The ARCFileInfo structure to be initialized |
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.
CONFIDENTIAL