You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: