Open FelipeCampos025 opened 9 years ago
Correcting the decompression of a zip with directories.example: a zip that has the directories --d1 ---- d1.d2 ------ d1.d2.d3
the decompression was so d1\d1.d2\d1.d2.d3
this was a filename
with the correction will be
d1/d1.d2 /d1.d2.d3
Correcting the decompression of a zip with directories.example: a zip that has the directories --d1 ---- d1.d2 ------ d1.d2.d3
the decompression was so d1\d1.d2\d1.d2.d3
this was a filename
with the correction will be
d1/d1.d2 /d1.d2.d3