|
Browse by Tags
All Tags » Error » Zip64 ( RSS)
-
I use next code to create zip archive: using (FileStream inputStream = File.OpenRead(sourceFileName)) { using (ZipOutputStream outputStream = new ZipOutputStream(File.Create(zipFileName))) { outputStream.UseZip64 = UseZip64.Dynamic; outputStream.SetLevel(compressionLevel); ZipEntry entry = new ZipEntry...
Posted to
Forum
by
Serial
on
02-25-2008
Filed under: Zip64, adding files, error, add files
Page 1 of 1 (1 items)
|
|
|