|
Browse by Tags
All Tags » files ( RSS)
-
Hello I'm a newbie in using sharpziplib and I'm experimenting now a little if I can use this library for further tasks in our project. I can already create and extract a zip file with the FastZip-class. For my purpose I should be able to rename some files/directories when creating the zip. And...
-
Hi everybody. I'm new to ICSharpCode.SharpZipLib and I added the .dll file into my project; wrote a function (in VB2005) to make my files compressed, and successfully made a zip file with small files. but when the size of the files grow up (my files are toooo large, one about 200MB and one about...
-
I read this forum and there are many threads about this item but i do not find a solution. I'm a newby here so sorry if i overlooked the solution. This is the code i use (like most of you do): ZipOutputStream zipOutputStream = new ZipOutputStream(File.Create(@aZipUri)); zipOutputStream.SetLevel(9...
-
Hi, I face the following chalenge. I have a zip file with about 30.000 files. I want to loop through these files. So I extract one, do some handling on the file, delete it and proceed to the next one. I have for instance files like: 20050114-16070-12113 20050116-34850-26101 20050117-00119-34580 20050117...
-
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...
-
Hi all, I have the following problem: I want to view the content of a file in a zipped archive. I have used the sample code of SharpZipLib for viewing zip files so far. However, the sample code outputs the content in the console. I would like to assign the content to a FileStream . Here is the code snipplet...
-
Hi guys, I'm new in vb. I want a bit of help in compressing a file with ziplib. If someone can tell me how to compress a file(e.g document) to a zip file it would be much appreciated (i know sounds really simple, so few lines of code of how to do it will help me a lot). If u know how to do more advanced...
-
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...
Page 1 of 1 (8 items)
|
|
|