ZipArchive :: fileSize - Get size of file in zip archive
The function returns the size for the file with the path passed in sFilePath . The path must contain the relative path in the zip archive.
When no zip archive is opened or when the file name passed is not a file in the zip archive, the function throws an exception.
Return value: File size in bytes ( int64 )
Implementation details
int64
ZipArchive  :: fileSize ( odaba::String &sFilePath )
- sFilePath - Complete file path