Search code examples
windowsmacosrapid-prototyping

Omnis Studio ZIP functionality


I'm currently programming with Omnis Studio 8.x and I need your help.

I know that Omnis Studio has a specific command to compress/extract to/from its internal format but I can't find any easy method to support .zip files.

Is there an external or something better than a command-line script to manage .zip files?

Thank you for your help!


Solution

  • You can also look to the code examples that ship with Omnis Studio - the Java example shows how you can use java classes to work with zip files including zipping, unzipping and adding to an archive.

    You could just take the object and paste it into your library.