ZipArchive :: fileExist - Does file exist in the archive
The function returns true, when a file with the relative path passed in sFilePath exists in the zip archive and false otherwise.
When no zip archive is opened, the function throws an exception.
Return value:  Success ( bool  )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool 
ZipArchive  :: fileExist ( odaba::String &sFilePath )
- sFilePath - Complete file path

