|
Browse by Tags
All Tags » Zip » sharpZipLib ( RSS)
-
Hi I want to store GetCreationTime, GetLastAccessTime and GetLastWriteTime for each of the files I add to a zip file and then write those data to the files when extracted on a Windows based computer. I found that to save the information, I can use NTTaggedData. I can create the object and set the properties...
Posted to
Forum
by
fccapa
on
10-16-2007
Filed under: sharpZipLib, Zip, ICSharpZip, extract
-
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
-
Hi all, As title, may I know whether SharpZipLib is thread-safe? Found that some settings are stored at ZipConstants as static variables, e.g. ZipConstants.DefaultCodePage. Any lock / concurrent mechanism to guarantee the change of this setting would not result in concurrent exception? Thanks and regards...
Posted to
Forum
by
williamwong1104
on
08-22-2007
Filed under: sharpZipLib, Zip, Concurrent, CodePage
-
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
-
Hi everybody, Here's my challange: When user clicks link " download all images " on web page, I would like to ----------------------------------------------------------------------------------- 1. list all images in particular folder (easy) 2. create ZIP file with headers only and send them back immediatly...
Posted to
Forum
by
vad_77
on
01-18-2007
Filed under: GZipOutputStream ASP.NET HTTP Comrpession, sharpZipLib, Zip files for download, 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 everyone, I need your help.....I am new to SharpZipLib... I am doing a school project using VB.NET.... In one of my page, I have a datagrid that shows items ready for download and 1 button (btnDownload) Now, user have the option to check or uncheck radiobuttons or even select all.....so when user...
Posted to
Forum
by
Chill
on
12-05-2006
Filed under: sharpZipLib, Zip files for download, Zip, Download
-
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
|
|
|