Scala Process
Code uses java.nio.file.Files to list all files in the current directory. Using Scala JavaConverters we convert the Java iterator to a Scala buffer and the use Process to call unzip on each file.
Code uses java.nio.file.Files to list all files in the current directory. Using Scala JavaConverters we convert the Java iterator to a Scala buffer and the use Process to call unzip on each file.