SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » extract (RSS)
  • Extracting to blank 0 kB file

    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...
    Posted to Forum by Devaraja on 10-27-2009
  • Extracting Zipped File problem

    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...
    Posted to Forum by cagwu on 06-09-2009
  • Unzipping file with no extension

    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...
    Posted to Forum by miketstream on 02-14-2009
  • Archiving with Crc32 gives Winrar problem, Winzip works okay.

    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...
    Posted to Forum by joshuatree on 01-29-2009
  • Extracting multiple unwanted files

    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...
    Posted to Forum by John van Kaam on 10-17-2008
  • Retrieve ContentType From the ZipEntry after extracting the file.

    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...
    Posted to Forum by Hardik on 09-30-2008
  • Re: Library cannot extract this entry. Version required is (16660)

    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
  • #ZipLib seems to fail on extracting files from a zip that are close to or exactly 4GB in size.

    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
  • bad zip files

    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...
    Posted to Forum by skye3000 on 06-20-2008
  • Re: Extracting certain files

    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
Page 1 of 2 (17 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.