This doesn't extract the file anywhere. No error: ``` extractArchive("somefile.7z", "D:\\tmp\\"); ``` This does extract the file, into local directory. ``` extractArchive("somefile.7z"); ```