What is the best way to unrar file?

3.8k views Asked by At

I want to unrar a file which contains one level of files.

That's what I made so far:

Runtime.getRuntime().exec("C:\\Program Files\\WinRAR\\WinRAR.exe unrar -x " + inputZipFile + " " + outputFolderPath);

And it doesn't make anything.

1

There are 1 answers

2
Marinos An On BEST ANSWER