Is there an Unrar for Adobe AIR?

388 Views Asked by At

I'm working on a file system app and I need to be able to expand rar files. Is there a way I can do that?

UPDATE
Should have clarified. My target platform is mobile

1

There are 1 best solutions below

0
On

You could utilize the NativeProcess class and run the UnRAR command line tool.

If you need a native unrar implementation then it could become it "little bit" more work. But you could try if Alchemy can help you in converting the UnRAR C++ source code into ActionScript.