|
Browse by Tags
All Tags » Using #ZipLib ( RSS)
-
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...
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
|
|
|