I\'m trying to zip up log using DotNetZip and powershell.The files are in C:\\user\\temp\\logs When I loop through the logs in the directory and add them to the zip file, I end up with the folder hier
I\'m trying to extract data from compressed bytes from network capture file (PCAP.) Data from some of these packets don\'t have ZLIB header (the first 2 bytes, where lower 4 bits of first byte is al
it is possible to use DotNetZip to create a zip from an accessed file (eg log file from another applicat开发者_StackOverflow中文版ion) ?
I am trying to store an XML file into a zip using dotnetzip using the following method: private void writeHosts()
The ExtractProgressEventArgs.EntriesTotal and ExtractProgressEventArgs.EntriesExtracted is always zero. Is this a known bug? See my code below:
Good day guys I have an app that I use to 开发者_JAVA技巧archive a folder using the DotNetZip library. I notice that when it goes to the actual \"zipping\" process, it uses up 100% of the CPU. This a
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
private void ZipExtract(string zipfilename) { var path = Server.MapPath(@\"~/Files\"); ZipFile zip = ZipFile.Read(zipfilename);
I tried to use DotNetZip with C++/CLR B开发者_JAVA百科ut I found everyfile i downloaded contain no .h file, in the example code, there is \"using namespace Ionic::Zip;\"
Greetings.... I am writing a backup program in c# 3.5, using hte latest DotNetZip.The basics of the program is to be given a location on a server and the max size of a spanned zip file and go. From t