nw::lyt::ARCConvertPathToEntrynum Functions32 ARCConvertPathToEntrynum( ARCHandle * handle, const wchar_t * pathPtr );
| Name | Description | |
|---|---|---|
| in | handle | An ARCHandle structure. |
| in | pathPtr | The file name inside the archive. |
Converts file paths in the archive into an entry number.
ARCConvertPathToEntrynum converts file paths in the archive into an entry number.
If a relative path is specified in pathPtr, it is taken as a relative path from the current directory of the ARCHandle structure.
The ARCHandle structure must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL