|
Browse by Tags
All Tags » File extraction ( RSS)
-
I am using the following code to create a zip file and I have installed the ICSharpCode.SharpZipLib.dll When trying to extract the files using windows extracter, I get a blocking error that says to bring up the properties of the zip folder and click on unblock. When this is done, the folder still won...
Posted to
Forum
by
ballboy
on
09-22-2007
Filed under: File extraction, ZipInputStream, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Hi, I tested the SharpZipLib and I find that this is a great tool. But there is a problem when I unzip a ZIP-file with only one zipped file inside. By using the following lines : Dim s As New ZipInputStream(File.OpenRead(Archive)) theEntry = s.GetNextEntry 'this line is include in a loop An error like...
Posted to
Forum
by
FrankB
on
09-19-2007
Filed under: File extraction, #ZipLib, Decompress ZIP VB.NET, ExtraData, deflate
-
Hi all, I seem to have a problem with SharpZipLib where my iteration through the contents of an archive with GetNextEntry() skips over many of the contents. Is GetNextEntry the only method to use to iterate though the contents of an archive (when intending to read some of those contents when certain...
Posted to
Forum
by
Todd McDermid
on
01-01-2007
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, sharpZipLib, Zip
-
Hi great library guys, ive found it very useful! Just one question i have though... How would i load a zipped image file into memory so that i could then assign it to an Image object? At the moment i am extracing the file to a temporary file in c:\, however i am having dificulty with deleting the file...
Posted to
Forum
by
empika
on
11-06-2006
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib
-
the same in my project for ppc device: ICSharpCode.SharpZipLib.Zip.FastZip fz = new ICSharpCode.SharpZipLib.Zip.FastZip(); fz.ExtractZip(cXmlZip, cZipDir, s);//debug error "System.MissingMethodException" Pocket pc 2003; .NET Compact Framework 2; Visual Studio 2005 before that, dll want method Main()...
Posted to
Forum
by
Aragost
on
10-27-2006
Filed under: Using #ZipLib, File extraction
-
Hy Guys I'm using your #ZipLib, and first off all I must say you've done a great job. But I do have a little question, do you have anyway of dealing with zip bombs like 42.zip http://fun.plaisthos.de/sonstiges/42.zip if you have already made a solution to this issue or have an idea how this could...
Posted to
Forum
by
niklas
on
10-03-2006
Filed under: File extraction
-
I have a zip file with an empty file. So length == 0 and InflaterInputBuffer.ReadClearTextBuffer raises an exception of type : ArgumentOutOfRangeException("length"); I changed the test if ( length <= 0 ) to if ( length < 0 ) and it works. I don't know if it is the best solution. Same...
Posted to
Forum
by
j_vianes
on
09-28-2006
Filed under: File extraction
-
Hi I am propbably missing something simple but i can't for the life of me use this FastZip.ExtractZip, i have tried using the example code i've found but it thows an exception: My code: Dim x As New ICSharpCode.SharpZipLib.Zip.FastZip x.ExtractZip( "c:\example.zip" , "c:\ExtractedFiles...
Posted to
Forum
by
timmi30
on
09-13-2006
Filed under: Using #ZipLib, File extraction
-
Hi, I tried to reverse the "CreateZipFile" sample code to decompress the file. But It does not work that way. Does anybody have a sample that works? Here is my code: Private Sub decompress() Dim FileNameTo As String = "Allsymbols.mdb" Dim FileNameFrom As String = "Allsymbols...
Posted to
Forum
by
canders
on
09-12-2006
Filed under: Using #ZipLib, File extraction, ZipInputStream
-
Hi JohnReilly, I have to create a C# windows application that will take 4 different kind of files (a.exe, b.dll, c.doc etc....) and the application should generate a .exe say "MySetup.exe" file (self extracting exe). On clicking the "MySetup.exe" the files should get extracted to...
Posted to
Forum
by
luckyshahoo
on
02-04-2008
Filed under: File extraction, #ZipLib feature request, #ZipLib, sharpZipLib, ICSharpZip
|
|
|