I'm getting an error when I use the SharpZipLib. I have code that looks like
FastZip compressor = new FastZip();
compressor.CreateZip(outputFileName, currentWorkingDirectory, true, "");
Which seems to be correct. However, I get a ZipException claiming that
size was 0, but I expected 54
I have no idea what that means. Anyone have any insight, or a link to an API document of some sort?