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 best solutions below

2
On BEST ANSWER