views:

26

answers:

1

Hi everyone. I'm developing an app that manages a file zip with directories and files. I must know how to unzip these files in order to create in local the same structure as in the zip file.

Thanks in advance :)

Sergio

+1  A: 

There are no native APIs on BlackBerry that support ZIP archives. You may have to Google around for third party packages or libraries to do this for you.

Marc Novakowski