|
Browse by Tags
All Tags » FastZip ( RSS)
-
Hello It seems that there is a bug. When I create a new zip file using FastZip class then progress status updates correctly. ProgressEventArgs e.PercentComplete has correct value during compression. Problem occurs when I try to extract data using ExtractZip method. PercentComplete is always zero and...
-
Hi, I have a question regarding file extraction using FastZip. Here is some C# code I wrote: private void listBoxPagine_DoubleClick(object sender, EventArgs e) { string nomeFile = "test.txt" FastZipEvents zipevents = new FastZipEvents(); zipevents.FileFailure = new FileFailureDelegate(erroreFile); zipevents...
-
Hi Guys, I'm using the ICSharpCode zip lib. I have a zip file located in a directory which I wish to able to unpack into another directory. I used the ICShapCode zip lib functions to do this but nothing happens?! The directories have the correct permissions (read/write/etc.). I tried both the normal...
Posted to
Forum
by
bennythemink
on
07-24-2007
Filed under: Zip, FastZip, uncompress, unpack, ICSharpZip
-
Hi guys, I'm new in vb. I want a bit of help in compressing a file with ziplib. If someone can tell me how to compress a file(e.g document) to a zip file it would be much appreciated (i know sounds really simple, so few lines of code of how to do it will help me a lot). If u know how to do more advanced...
Posted to
Forum
by
crsnt
on
12-11-2007
Filed under: Using #ZipLib, #ZipLib, files, FastZip, ZipFile
-
How do I format the NameFilter expression to extract only certain files from a zip file using fastzip? I'm looking at files that will have multiple versions stored ( i.e. report1_01012008.xls, report1_02012008.xls). I want to pull only the report1*.xls files but not the other archived files like...
Posted to
Forum
by
magikesh
on
05-20-2008
Filed under: File extraction, FastZip, extract, namefilter
-
With further research I found Microsoft's MSDN page about Regular Expressions (Visual Studio) @ http://msdn.microsoft.com/en-us/library/2k3te2cs.aspx Through a little trial and error, I found this pattern (based on my posted example); +^report1.+xls$ [ + to include this namefile, ^ to anchor to the...
Posted to
Forum
by
magikesh
on
05-21-2008
Filed under: File extraction, FastZip, extract, namefilter
-
I have an application that have to compile a zip file containing report files, configuration files, data files etc. from an installation. But it must exclude all applications, libraries and other assemblies. I have written the following piece of code, that ALMOST does the job correctly: string fileFilter...
Posted to
Forum
by
tdue
on
06-03-2008
Filed under: FastZip, file filter createzip
-
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
-
I am using the ICSharpCode.SharpZipLib library and everything is working great except that I do not know how to set a password for a file. The object (fz) doesnt have a password option hanging off of it. It seems to have everything else, but no password. Below is the code that I am using: Directive:...
Posted to
Forum
by
mcooper6
on
07-10-2008
Filed under: #ZipLib, Zip password protection, problems, FastZip
-
Hello there, This may or may not be reported yet but I was unable to find it, if it was. I don't know if this is the real cause of it, but with several files that I have repeatedly tried to call FastZip to extract, when the files are around 4,000,000,000 bytes ziplib seems to just extract a file...
Posted to
Forum
by
elsdon
on
07-23-2008
Filed under: File extraction, #ZipLib, problems, FastZip, extract
|
|
|