03-21-2012 12:28 PM
I guess there is none, since ZIP is missing in the QNXApplication.supportedFileTypes.
On the other hand the preloaded File Manager (developed by RIM) handles ZIP files just fine.
Do I need to implement my own ZIP handling if I want to open ZIP files?
Solved! Go to Solution.
03-21-2012 12:30 PM
03-21-2012 12:39 PM
External to the app, i.e. file in shared/
But your question made me currious - is there any difference?
03-21-2012 12:41 PM
03-21-2012 01:44 PM
The File Manager is a native app. It probably uses the bzip library. You could do it from AIR with an ANE or an AS3 zip lib.
03-21-2012 02:20 PM
03-22-2012 05:49 AM
Thanks for all comments. I'll go with my own implementation then. It would be perfect if RIM File Manager was a standard ZIP handler just for the sake of user experience, but hey - we don't live in a perfect world ![]()
03-22-2012 08:41 AM
QuiteSimple wrote:
Thanks for all comments. I'll go with my own implementation then. It would be perfect if RIM File Manager was a standard ZIP handler just for the sake of user experience, but hey - we don't live in a perfect world
No thanks. The standard File Manager can only unzip, it cannot open. Until it can, it should not be the default.