SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » SharpZipLib (RSS)
  • 0.85.2.... Almost

    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...
    Posted to Weblog by JohnReilly on 06-30-2007
    Filed under: SharpZipLib
  • Zip64 setting for entries

    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...
    Posted to Weblog by JohnReilly on 06-21-2007
    Filed under: SharpZipLib
  • Upcoming 0.85.2 release!

    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...
    Posted to Weblog by JohnReilly on 06-13-2007
    Filed under: SharpZipLib
  • SharpZipLib where to from here?

    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...
    Posted to Weblog by JohnReilly on 11-12-2006
    Filed under: SharpZipLib
  • Saving and reading NTTaggedData

    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
  • Very strange problem with reading file(s) from archive

    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
  • Is SharpZipLib thread-safe?

    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
  • Re: Is there any VB sample of what it takes to unzip a file

    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
  • Zip Folder with the root folder included

    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
  • Issue with open file handles when running out of disk space

    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
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last ยป
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.