Closed sblendorio closed 2 years ago
I tried it.
unzip
gives a warning "warning: PdfToolboxSDK_Java-3.4.0.zip appears to use backslashes as path separators"
I'd suggest that expecting unzip to guess pathnames is highly risky. There isn't even a zip parameter to specify this action.
File the issue against the provider of the zip file.
Issue If paths are divided through "backslash" instead of "slash", the path is not correctly recognized.
Steps to reproduce Download this file https://www.dropbox.com/s/4mi8r8kebajfll8/PdfToolboxSDK_Java-3.4.0.zip?dl=0 Unzip with Nemo
There is a backslash instead of slash in the paths, and the folders are not created, but files with backslash in name are created as "root" directory
If you unzip the file through "unzip" command line utility, it works as expected.
Expected behaviour
Files should be unzipped with correct folder names
Other information