|
Browse by Tags
All Tags » Zip files for download » #ZipLib ( RSS)
-
I want to add the files one by one to the zip file and create the folders accordingly. like i may have file1 in folderA and file2 in folderB then i will be passing the paths as c:\folderA\file1 c:\folderB\file2 to zip the files. Now the system creates a zip file but then when i unzip, the files are in...
Posted to
Forum
by
bruce lee
on
04-04-2007
Filed under: Using #ZipLib, #ZipLib, zip ziplib subfolder, Zip files for download, Zip
-
I had the same problem in the ZipInputStream.cs and ZipOutputStream.cs CRC's. In the ZipInputStream public ZipEntry GetNextEntry() I added if ((flags & 8) == 0) { entry.Crc = crc2 & 0xFFFFFFFFL; entry.Size = size & 0xFFFFFFFFL; entry.CompressedSize = csize & 0xFFFFFFFFL; int checkVal...
Posted to
Forum
by
CZahrobsky
on
02-23-2007
Filed under: #ZipLib, sharpZipLib, Zip files for download
-
Hi, I am getting above error while trying to unzip the files using SharpZipLib dll. it works for some zipfiles and for some zipfiles its throwing the above error. i am using the latest dll version 0.85.4.369, still getting the above error. using ( ZipInputStream s = new ZipInputStream ( File .OpenRead...
Posted to
Forum
by
Devaraja
on
08-07-2008
Filed under: Using #ZipLib, File extraction, #ZipLib feature request, ZipInputStream, #ZipLib, Zip64, Zip files for download, Zip, Zip password protection, zip ICSharpCode.SharpZipLib SharpZipLib, FastZip, ICSharpZip, ZipEntry, How i can test true password zip file ?, PDF spec 1.7 /FLATEDECODE SharpZipLib, #ZipLib gzip, ZipInputStream Read
Page 1 of 1 (3 items)
|
|
|