ZipArchive :: filePath - Get file path at positon
The function returns the file path for the file at position iIndex in the zip archive. When no file exists for this index, the function returns a null string. When the zip archive has not been opened, the function trows an exception.
Return value: Complete file path ( odaba::String & )
Implementation details
odaba::String
ZipArchive  :: filePath ( int32 iIndex )
- iIndex - - internal feature (not documented)