|
Browse by Tags
All Tags » Zip » #ZipLib ( RSS)
-
Hi, I have an archive with some files in it. I want to use files from the archive directly without unziping them. I want to read files as streams. I use following code: -------------------------- public static Stream GetFileStreamFromArchive(string ArchivePath, string FileName) { ZipFile zip = new ZipFile...
Posted to
Forum
by
GDragoN
on
09-13-2007
Filed under: #ZipLib, sharpZipLib, Zip, zip ICSharpCode.SharpZipLib SharpZipLib, ZipFile
-
I can't seem to figure out how to add a file to an existing zip archive... my function: public void addFileToZip(string zipfile, string filename, byte[] filedata) { .... } i have tried with the ZipFile class and with ZipOutputStream...but I always end up with a corrupted archive or an archive with only...
-
Hello, My application is supposed to zip a temporary directory containing many subdirectories and files. Some of these files are being used (opened) by parts of my applications. It turns out, that these files are included in the zip archive, but with a file size of zero. Apparently the zipper cannot...
Posted to
Forum
by
Peter Wurmsdobler
on
07-23-2007
Filed under: #ZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
We recently found an issue with the library when creating very large zip files. When the disk is out of space, a "System.IO.IOException: There is not enough space on the disk" exception is thrown. We have code in our finally block to call ZipOutputStream.Finish() followed by ZipOutputStream.Close() so...
Posted to
Forum
by
lataneal
on
07-16-2007
Filed under: #ZipLib, sharpZipLib, Zip, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib
-
I am using SharpZipLib.Zip.FastZip in a project and the ExtractZip method seems to work as intended without any error messages but oddly, it skips files. I am running Windows Vista, the same code compiled on another machine works without any problems. After a quick test with some filetypes it looks like...
Posted to
Forum
by
elaubsch
on
06-18-2007
Filed under: #ZipLib, sharpZipLib, Zip
-
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, We have ISharp Component Licensed Version. Since, ZipArchive component library is not available, We are having problem while compilation. Could you please get me this ZipArchieve.dll file?. So, that i can include in my project. Thanks and Regards, Sekar
Posted to
Forum
by
sekaran
on
01-23-2007
Filed under: #ZipLib, Zip
-
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
-
Hello, I am searching for the fastest (best coded way) to read a specific txt file out of a zip archive. I only need the second line of this txt file, so I do not need to unzip and store it somewhere on the file system. How can I do this with a good coding style? At the moment I am iterating through...
Posted to
Forum
by
macap
on
11-15-2007
Filed under: #ZipLib, Zip, ZipFile, extract, exact, read spezific txt-file
|
|
|