|
Browse by Tags
All Tags » ICSharpZip ( 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
-
I am using the following code to create a zip file and I have installed the ICSharpCode.SharpZipLib.dll When trying to extract the files using windows extracter, I get a blocking error that says to bring up the properties of the zip folder and click on unblock. When this is done, the folder still won...
Posted to
Forum
by
ballboy
on
09-22-2007
Filed under: File extraction, ZipInputStream, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Hi I'm new to SharpZipLib so pleased excuse any crazy errors! I have to write a function to zip and password protect a single file. The following code works correctly - when run directly from a vb.net (2005) form. I can extract the zipped file from just windows compress folders, or 7-Zip file manger...
Posted to
Forum
by
lewin
on
09-05-2007
Filed under: #ZipLib, Decompress ZIP VB.NET, Zip password protection, ICSharpZip
-
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
-
When I am zipping folder which is having some files I am getting the following error.But the same folder able to zip in the second try.. ICSharpCode.SharpZipLib.Zip.ZipException: size was 0, but I expected 14194 at ICSharpCode.SharpZipLib.Zip.ZipOutputStream.CloseEntry() at ICSharpCode.SharpZipLib.Zip...
Posted to
Forum
by
Sarmak
on
11-16-2007
Filed under: problems, ICSharpZip
-
Greetings; I have researched this issue in this Forum and C#, PHP and SUN, and have tried several of the suggestions, but my issue still persists. So I humbly ask for assistance. I am upgrading my web servers and .NET client application to connect to the web servers. The server streams are gz and zip...
Posted to
Forum
by
BruceStevenson
on
01-11-2008
Filed under: #ZipLib, gzip, zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
-
Hi JohnReilly, I have to create a C# windows application that will take 4 different kind of files (a.exe, b.dll, c.doc etc....) and the application should generate a .exe say "MySetup.exe" file (self extracting exe). On clicking the "MySetup.exe" the files should get extracted to...
Posted to
Forum
by
luckyshahoo
on
02-04-2008
Filed under: File extraction, #ZipLib feature request, #ZipLib, sharpZipLib, ICSharpZip
-
Hi, i am writing a small piece of code to get around a limitation in a certain jvm-version which is unable to play sounds. I have found myself in a bit of a pickle as i cannot seem to stream files from a .jarfile. ZipFile zfile = new ZipFile("Program\\gni\\wp.jar"); ZipEntry zentry = zfile...
Posted to
Forum
by
Johnny
on
03-10-2008
Filed under: #ZipLib, ICSharpZip, extract, exact, entry
-
Hi, I am using Visual Studio 2008 and created a unit test project which ends up failing to run because of an error such as Test Run deployment issue: The location of the file or directory 'c:\projects\webapps\loguploader\testcommon\bin\debug\ICSharpCode.SharpZipLib.dll' is not trusted. Any ideas...
Posted to
Forum
by
sheir
on
03-10-2008
Filed under: #ZipLib, sharpZipLib, ICSharpZip
-
Hi I have compiled this using .Net 2.0 C# command line compiler using my Windows XP Pro workstation. When I execute the code it will create a zip file with all the files in the directory. However, I can not unzip the file after it is created. If I use winzip 8.0, to extract the files, I get error messages...
Posted to
Forum
by
Bahram Aziz
on
06-26-2008
Filed under: zip ICSharpCode.SharpZipLib SharpZipLib, ICSharpZip
|
|
|