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
Ensures that, if the root path is an empty string, the library
will not try to take a substring of the file name (and causing the
first character to be truncated).
Steps to reproduce
rootPath = GetDirectoryName(targetFile)
).Expected behavior
The filename in the archive should be the same as what is written.
Actual behavior
The filename in the archive is missing the leading character.
Version of SharpZipLib
1.1.0
Obtained from (only keep the relevant lines)
The text was updated successfully, but these errors were encountered: