SharpDevelop Community

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

Browse by Tags

All Tags » Using #ZipLib (RSS)
  • Working with zip in the middle of the stream

    Hi everybody, sorry for probably newbie question, but as i did not found anything like this on forum let me ask it: Is it possible to work with zip stored in the middle of the other file (at specified position) using ZipFile class(so i can use findEntry to find files in zip) ? without saving zip as tmp...
    Posted to Forum by tempor2001 on 06-15-2007
    Filed under: Using #ZipLib
  • Any Documentation?

    Hi, First I wanted to say thanks for the great library :) its extremely usefull. Since I'm a newbe to the library I was trying to find any resources on how to use it. Is there any document that gets you started or a small tutorial? I've tryed to follow some of the test cases but they completly lack documentation...
    Posted to Forum by asultan on 04-24-2007
    Filed under: Using #ZipLib, Documentation
  • 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
  • Archive corrupted when using encryption

    I get following error message when I try to extract the encrypted archive: when used winRAR: WinRAR: Diagnostic messages The archive is corrupt when used winZip: Extracting to "C:\projects\USC\Harmony\Source\HarmonyZip\TestZip\bin\Debug\testzip\" Use Path: yes Overlay Files: no warning [file name with...
    Posted to Forum by DSI on 11-24-2006
    Filed under: Using #ZipLib
  • 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
Page 1 of 3 (30 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.