zip4j
                                
                                
                                
                                    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?
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);
same problem