|
Browse by Tags
All Tags » sharpZipLib » Using #ZipLib » #ZipLib ( RSS)
-
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
-
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
-
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
-
Hi all, I was developping an archiving tool and I need to create zip archives. After creating zip files, I calculate checksums for each. I was really amazed when I see that when I zip one file two times, it will result different checksums. Is there a way to prevent this ? PS: Excuse my english, I'm...
Posted to
Forum
by
Radec
on
07-23-2008
Filed under: Using #ZipLib, #ZipLib feature request, #ZipLib, sharpZipLib, files
-
Hi, I am hitting my head at the wall and pulling my hair trying to figure out why since the xap format is a .zip file, I can't extract any files from it using the SharpZipLib (which by the way is great!). I get a message saying the compression method is not supported (256), I have tried to look for...
Posted to
Forum
by
SilverlightDeveloper
on
08-10-2008
Filed under: Using #ZipLib, #ZipLib, Decompress ZIP VB.NET, ZipException, sharpZipLib, sharpziplib list files getnextentry cf, uncompress, deflate, ziped file, Wrong Local header signature, #ZipLib gzip
-
John, Yes, the files are valid zip files, i can able to extract from windows manually but not thro code, while doing am getting above error. I downloaded the source and set VERSION_MADE_BY to 16660; in ZipConstants.cs class and added (Version == 16660) in version ckecking in ZIpEntry class. Its working...
Posted to
Forum
by
Devaraja
on
08-11-2008
Filed under: Using #ZipLib, File extraction, ZipInputStream, #ZipLib, ZipException, Zip64, sharpZipLib, Zip, sharpziplib list files getnextentry cf, Store file inside directory in ZIP file, zip ICSharpCode.SharpZipLib SharpZipLib, zlib dwf extraction, FastZip, ICSharpZip, ZipFile, extract, ZipEntry, zlib, ziped file, How i can test true password zip file ?, SharpZipLib stream gzip httpresponse, zip read only zipentry, #ZipLib gzip, ZipInputStream Read
-
Im trying to use ICSharpCode.SharpZi pLib.Zip to compress a file that is 12 Gb in size. I used the following console application to compress initially. using System; using System.IO; using ICSharpCode.SharpZipLib.Zip; class MainClass { public static void Main(string[ args) { string[ aFilenames = Directory...
Posted to
Forum
by
cindy
on
09-16-2008
Filed under: Using #ZipLib, #ZipLib, sharpZipLib, csharp zip creation bug, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip, size, Java
-
I am wondering how to do the same thing as the original poster is. I know how to do the actual zipping in memory but I do not know how (or if it is possible) to add files, in the form of byte array, to the zip in memory. From what I understand, the process is as follows: Create a ZipOutputStream. Create...
Posted to
Forum
by
clamum
on
11-20-2008
Filed under: Using #ZipLib, #ZipLib, sharpZipLib, Zip, zip ICSharpCode.SharpZipLib SharpZipLib, entry, ZipEntry, database, adding files, add files, Encrypt Decrypt Memory, exception, MemoryStream, C#
Page 1 of 1 (10 items)
|
|
|