I am downloading a zip file from the server and unzipping it using Utility::FileUnzipper class

The code is :

FileUnzipper unzip;
unzip.Construct(SourcePath);
result r = unzip.UnzipTo(TargetPath);

I have cross checked and the file exist as well as the size of the file is same as on server, its all working. Still the UnzipTo function returns :

7981.484,EXCEPTION,P39,T00,A152,Osp::Base::Utility::FileUnzipper::UnzipTo (125) > [E_IO] Failed to read file.

According to the documentation E_IO - "An unexpected device failure has occurred."

My Emulator device is working fine for other functionalities. What can be the reason of failure

link|improve this question
feedback

1 Answer

It would be better if you could post more logs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.