|
Browse by Tags
All Tags » extract ( RSS)
-
Hi friends, I am having a problem in unzipping a file, its extracting as 0 KB doc file, eventhough zipfile has valid document file.When I observed the process its creating a blank .doc file and failing to read from zip file or write into .doc file. I am using ICSharpCode.SharpZipLib.dll(Version 0.85...
-
I am using sharpziplib.dll version (0.85.5.452) for .net framework 2.0. It zips without errors but when I try to extract the file zipped with winzip, I get error message saying: (The compression size stored in the local header for this file is not the same as the compression size stored in the central...
-
The zip utilities work great except when I am trying to unzip a file with no extension(basically a file type of file). The sender of the file can't/won't change the way they zip the file. I have tried the fast zip and a few other examples, but they don't seem to be able to see the file without...
-
I read this forum and there are many threads about this item but i do not find a solution. I'm a newby here so sorry if i overlooked the solution. This is the code i use (like most of you do): ZipOutputStream zipOutputStream = new ZipOutputStream(File.Create(@aZipUri)); zipOutputStream.SetLevel(9...
-
Hi, I face the following chalenge. I have a zip file with about 30.000 files. I want to loop through these files. So I extract one, do some handling on the file, delete it and proceed to the next one. I have for instance files like: 20050114-16070-12113 20050116-34850-26101 20050117-00119-34580 20050117...
-
Hi, After extracting file from the Zip, i want to know how to get the ContentType of the file we just extracted. Basically, i have a .zip file which included .jpg / GIF etc image files along with .pdf, .csv, .xls etc. Now, for images, i have to create thumbnails, and while i am extracting the zip file...
-
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...
-
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...
-
I am trying to use sharpziplib with my asp.net website that uses vb.net. When I create a zip file I can use WinRAR to view it and extract it but when I try to use windows folder compression tool, the archive is empty. Here is my code Dim i As Integer Dim s As ZipOutputStream = New ZipOutputStream(File...
-
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...
|
|
|