|
Browse by Tags
All Tags » sharpZipLib ( RSS)
-
There have been a few problems getting 0.85.2 out the door involving SMTP servers and failures therein which is frustrating. The release has gone ahead despite this somewhat to my surprise I must confess. You will find the HTML help file is missing from the release currently. It should turn up in a few...
-
When Zip64 was first introduced the default strategy was to usezip64 extensions if the size of the entry was known and required it, or the size was not known. This was the safest way of handling large files it seemed as it wasn't possible to end up with an entry and all the data written only to discover...
-
The library has had a fair bunch of bugs fixed of late and its time for a release. The way the release is done has been reworked (more to come on that) and will in this next release anyway include binaries for compact framework as well as the desktop. You can find a preview come beta at http://www.geocities...
-
Let the blog begin. Its my intention to blog about applications that use SharpZipLib, new features, the demo applications that ship, programming techniques used. Right now 0.85 has just been released which is good as it been a long time between drinks and this fixes a few bugs and adds a couple of handy...
-
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
-
Hi Could you please tell me how do i give the ZipPath , for my testing purpose iam hotcoding the value as "C:\zipps\one.zip", it is not returning any value to the variable S Dim s As New ZipInputStream(File.OpenRead(ZipPath)) Dim theEntry As ZipEntry theEntry = s.GetNextEntry() Do Until theEntry Is Nothing...
Posted to
Forum
by
rizzwan
on
08-13-2007
Filed under: sharpZipLib
-
Hi, The example : - rootfolder1 - subfolder1.1 - subfolder1.1.1 - filename1.1.1.1 - filename1.1.2 - subfolder1.2 - subfolder1.2.1 - filename1.2.2 - filename1.3 - filename1.4 - filename1.5 I need to zip subfolder1.1 folder, filename1.3, and filename1.5 into a zip file, while still preserving the folder...
Posted to
Forum
by
bembengarifin
on
07-18-2007
Filed under: zip ziplib subfolder, 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
|
|
|