|
Browse by Tags
All Tags » File extraction » Using #ZipLib ( RSS)
-
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
-
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, 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
-
John, Yes, the files are valid zip files, i can able to extract from windows manually but not thro code, while doing am getting above error. I downloaded the source and set VERSION_MADE_BY to 16660; in ZipConstants.cs class and added (Version == 16660) in version ckecking in ZIpEntry class. Its working...
Posted to
Forum
by
Devaraja
on
08-11-2008
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, Zip, sharpziplib list files getnextentry cf, Store file inside directory in ZIP file, zip ICSharpCode.SharpZipLib SharpZipLib, zlib dwf extraction, FastZip, ICSharpZip, ZipFile, extract, ZipEntry, zlib, ziped file, How i can test true password zip file ?, SharpZipLib stream gzip httpresponse, zip read only zipentry, #ZipLib gzip, ZipInputStream Read
-
can someone help me with an example of how to extract one, or multiple files from a pw protected zip file? I've got the idea how to do it, but i just can't quite get there.
Posted to
Forum
by
kirkland
on
08-23-2006
Filed under: Using #ZipLib, File extraction
Page 1 of 1 (8 items)
|
|
|