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
I am trying to tar a folder that contains a file that is called "system.xml". It doesn't work. If I however change the name of the file to "ssystem.xml" it works. But if I choose the name "system2.xml" or "system.txt" it doesn't work. So in other words, when I try to create an archive of files and one of the files starts with "system" it isn't added to the archive. Here is my code:
Describe the bug
I am trying to tar a folder that contains a file that is called "system.xml". It doesn't work. If I however change the name of the file to "ssystem.xml" it works. But if I choose the name "system2.xml" or "system.txt" it doesn't work. So in other words, when I try to create an archive of files and one of the files starts with "system" it isn't added to the archive. Here is my code:
Reproduction Code
No response
Steps to reproduce
Expected behavior
It should add the system.xml file like any other file. When I for instance tar with 7zip it works.
Operating System
Windows
Framework Version
.NET Framework 4.x
Tags
Tar
Additional context
I am using SharpZipLib 1.4.2.
The text was updated successfully, but these errors were encountered: