Getting empty folder on unzipping a zip file using Windows Explorer

K

KAVITA_SINGLA

I am getting empty folder on unzipping a zip file using Windows Explorer but I am able to extract files from the same zip using any third party tool like 7-zip or WinZip. Have tried all the possible solutions like enabling "Show hidden files", running SFC scan and DISM scan but nothing seems to be working. What are other options to get file explorer to unzip and extract files?Here is the code used for Zipping:ZipOutputStream zipOutputStream = new ZipOutputStream(pipedOutputStream); And adding entry like ZipEntry entry = new ZipEntry(path)

Continue reading...
 
Back
Top Bottom