I want to pack to zip some folder using SharpZipLib. Example stucture
directory1:
directory2:
file1
file2
directory3:
directory4:
When I pack it using c# code from here:
I get zip archives without directory3 and directory4.
My question is how can I pack to get archives with directory3 and directory4.
one caveat is that it can’t handle UTF-8 file names.
Here is the link to the documentation wiki:
https://web.archive.org/web/20200221081153/https://github.com/icsharpcode/SharpZipLib/wiki/FastZip