nw::lyt::ARCGetCurrentDir Function
bool ARCGetCurrentDir(
ARCHandle * handle,
wchar_t * path,
u32 maxlen
);
| Name | Description | |
|---|---|---|
| in | handle | An ARCHandle structure. |
| out | path | Buffer for storing the path. |
| in | maxlen | Size of the buffer. |
false. Gets the current directory of the archive.
Writes the path string for the current directory in the archive to the specified buffer.
CONFIDENTIAL