stachenov / quazip

Qt/C++ wrapper over minizip
Other
580 stars 233 forks source link

Input path format to JlCompress::extractFiles is not unified #204

Open CRaNkXD opened 1 month ago

CRaNkXD commented 1 month ago

When extracting a file the success depends on the input path given to JlCompress::extractFiles. For example I could try to extract the file "/example/path/file" but the in the zip container the saved path is "\example\path\file". Depending on the source of the zip container it is necessary to check both path formats.