SharpDevelop Community

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

Browse by Tags

All Tags » File extraction (RSS)
  • Problem extracting files with windows extractor

    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
  • Unzip ZIP with only one File inside

    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
  • Not Iterating Through All Zip Contents

    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
  • how to load a zipped image into memory?

    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
  • Re: GZipInputStream Error in PPC

    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
  • Zip Bomb

    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
  • [BUG] ExtractZip and empty files

    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
  • FileFilter - Simple FastZip.ExtractZip Example

    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
  • How to decompress a file compressed with sample code?

    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
  • Creating a self extractable exe using some files (a.exe, b.dll, c.doc)

    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
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.