SharpDevelop Community

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

Browse by Tags

All Tags » Using #ZipLib » #ZipLib (RSS)
  • how to create folder in the zip file progamaticaly when using ICSharpCode.SharpZipLib.Zip to zip the files?

    I want to add the files one by one to the zip file and create the folders accordingly. like i may have file1 in folderA and file2 in folderB then i will be passing the paths as c:\folderA\file1 c:\folderB\file2 to zip the files. Now the system creates a zip file but then when i unzip, the files are in...
    Posted to Forum by bruce lee on 04-04-2007
    Filed under: Using #ZipLib, #ZipLib, zip ziplib subfolder, Zip files for download, Zip
  • Problem: CreateZipFile in Compact Framework 2.0

    Hi! this is my first post in this forum, I use SharpZipLib (vers 0.85) in my Pocket PC project. I create a simple method that I invoke on button click. This is the code: public static void zippa(string source, string dest) { try { string[] filenames = Directory.GetFiles(source); using (ICSharpCode.SharpZipLib...
    Posted to Forum by gas12 on 03-16-2007
    Filed under: Using #ZipLib, #ZipLib, sharpZipLib, csharp zip creation bug
  • How do I use SharpZipLib under Windows Mobile Compact Framework

    I'm trying to use SharpZipLib under Windows Mobile 5.0 which has the Compact Framework v2.0 on it. First off I couldn't just reference the SharpZipLib in my project because on deploy it would try and deploy all of the full .NET framework DLLs over to the device. So I opened up the SharpZipLib source...
    Posted to Forum by rgalgon on 02-26-2007
    Filed under: Using #ZipLib, #ZipLib, New Need Help
  • Can not view Sharpziplib help file

    Dear John Reilly, I just downloaded 0851_ICSharpCode.SharpZipLib_20.zip but the SharpZipLib.chm (i.e. compiled html help file) does not seem to contain any help content. No matter which class I click on the left pane, I got " The page cannot be displayed" in the right pane. Any idea on why it does not...
    Posted to Forum by yhao8 on 01-11-2007
    Filed under: Using #ZipLib, ZipInputStream, #ZipLib, sharpZipLib, Zip
  • 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
  • AddDirectory() doesn't work

    Hi, How can I add directories? Running the following code results in an exception: string root = <root_dir>; ZipFile zipFile = ZipFile.Create(filename); zipFile.BeginUpdate(); string[] files = Directory.GetFiles(root); foreach (string file in files) { FileAttributes attr = File.GetAttributes(file...
    Posted to Forum by puce on 12-21-2006
    Filed under: Using #ZipLib, #ZipLib, ZipException, Zip64, zip ziplib subfolder, sharpZipLib
  • 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: Got ZipException when trying to decompress files zipped by WinRAR

    HI! Me too facing same problem i search out for latest version of SharpZip on the site "http://www.icsharpcode.net/OpenSource/SharpZipLib/" but couldn't found any latest version than 0.84.0.0 If you have uploaded one please forwrd me the link, You can email me at "abusufyanqazi@hotmail...
    Posted to Forum by sufyan on 10-20-2006
    Filed under: Using #ZipLib, ZipInputStream, #ZipLib
  • vb.net zip compression

    Hi guys, I'm new in vb. I want a bit of help in compressing a file with ziplib. If someone can tell me how to compress a file(e.g document) to a zip file it would be much appreciated (i know sounds really simple, so few lines of code of how to do it will help me a lot). If u know how to do more advanced...
    Posted to Forum by crsnt on 12-11-2007
    Filed under: Using #ZipLib, #ZipLib, files, FastZip, ZipFile
  • How backup bunch of files that the amount is over 8Gb? look mt code...

    Hy, I a need to backup a bunch of files and the total amount is over 4 GB. I think I need to use Zip64 but I do not how... I tryed to use ICSharp ZLib library and write the data in chunk but it does not work because I vahe to change the entry.crc and when I call PuNextEntry of ZipOutput the stream finish...
    Posted to Forum by Rikace74 on 01-15-2008
    Filed under: Using #ZipLib, #ZipLib feature request, #ZipLib, Zip64, sharpZipLib, Zip, corrupt 4gb winzip, ExtraData, zip ICSharpCode.SharpZipLib SharpZipLib, folders, problems, ZipFile, extract, entry, zlib
Page 1 of 2 (20 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.