|
Browse by Tags
All Tags » FastZip Append ( RSS)
-
Hi I've got simple zip needs - I just need to be able to create a zip archive from a directory, and to add files to existing zip archives. I've been trying to use FastZip to create the archives, but I've been having problems adding new files. Here's a class showing a simplified version of what I'm trying...
-
I found it :) Unzip(Server.MapPath( "o .zip" ), Server.MapPath( "../theme/ " )) Function Unzip( ByVal source As String , ByVal destination As String ) As Boolean If ( Not (File.Exists(source))) Then Return False End If If ( Not (Directory.Exists(destination))) Then Return False End...
Posted to
Forum
by
alpertayfun
on
06-18-2008
Filed under: #ZipLib, FastZip Append, FastZip
-
hi, I downloaded the source for the version 0.85.4.369 and changed the code in Zipentry.cs like below.. if (versionToExtract != 0) { //return versionToExtract; // original return versionToExtract & 0xff; // changed In the above code 16660 is converted into 20 and it works, means unzips properly before...
Posted to
Forum
by
Devaraja
on
08-21-2008
Filed under: ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, FastZip Append, version required, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip, ZipFile, ZipEntry, zlib, SharpZipLib stream gzip httpresponse, Urgent, #ZipLib gzip, ZipInputStream Read
Page 1 of 1 (3 items)
|
|
|