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
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
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.