zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

compress files and directory to a zip file with c# in Windows, how to change directory separator \ to / in linux when using zip.extractAll?

Open MengSucess opened this issue 3 years ago • 1 comments

compress files and directory to a zip file with c# in Windows, how to change directory separator \ to / in linux when using zip.extractAll?

in c#: System.IO.Compression.ZipFile.CreateFromDirectory(@"F:\TestFolderWithSubFolder", @"F:\target\Test.zip", System.IO.Compression.CompressionLevel.Fastest, false);

MengSucess avatar Jul 08 '22 01:07 MengSucess

same problem

wangchenw avatar Jul 20 '22 06:07 wangchenw