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.
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.