SharpDevelop Community

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

Browse by Tags

All Tags » Zip (RSS)
  • 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
  • Extract Exact File

    Hi All, please can anyone help me extract exact file from a ziped file. I have the following function...but am not able to get the exact file unless i did it with a loop (which will be time consuming since one zip file contains thousands of files) Public Function ExtractExactFile( ByVal zipFilename As...
    Posted to Forum by hmkaddoura on 09-22-2007
    Filed under: Zip, extract, exact, mssing
  • 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
  • zip folders using sharpziplib

    i'm trying to develop an application in vb.net using visual studio 2005 that zips some files, the zip files is working like a charm. but now i was asked to add a part that zips folders and it's contents, the files inside the folders Any ideas??? thanks in advance
    Posted to Forum by paxa on 08-21-2007
    Filed under: Zip, folders
  • how to add a file to an existing archive

    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...
    Posted to Forum by dimitrivs on 07-25-2007
    Filed under: #ZipLib, Zip
  • Zip Uncompress Problem

    Hi Guys, I'm using the ICSharpCode zip lib. I have a zip file located in a directory which I wish to able to unpack into another directory. I used the ICShapCode zip lib functions to do this but nothing happens?! The directories have the correct permissions (read/write/etc.). I tried both the normal...
    Posted to Forum by bennythemink on 07-24-2007
    Filed under: Zip, FastZip, uncompress, unpack, ICSharpZip
  • FileSize zero of file in archive

    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
  • zip monthly files

    hi. i'm new using the zip lib and i have some questions about it i'm using this code to generate the zip file Dim mzfile As String = System.DateTime.Now.Year & System.DateTime.Now.Month & "M.zip" '# nome do ficheiro mensal dir = czfile '# pasta onde fica = a row seleccionada Dim mnozfile = (dir...
    Posted to Forum by paxa on 07-18-2007
    Filed under: Zip, files, folders, problems
  • 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 3 (27 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.