|
Browse by Tags
All Tags » Error » add files ( 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
-
I am trying to use sharpziplib with my asp.net website that uses vb.net. When I create a zip file I can use WinRAR to view it and extract it but when I try to use windows folder compression tool, the archive is empty. Here is my code Dim i As Integer Dim s As ZipOutputStream = New ZipOutputStream(File...
Posted to
Forum
by
skye3000
on
06-20-2008
Filed under: #ZipLib, Empty, ExtraData, ZipFile, extract, entry, ZipEntry, zlib, error, add files, ziped file, CRC
Page 1 of 1 (2 items)
|
|
|