unzip
zip and unzip in java
I know that it is an easy task, but after changing my code it stopped working and I can\'t get it back! I use two functions to zip and unzip, even though what it actually does is \"jar\" and \"unjar\"[详细]
2023-02-01 03:49 分类:问答lastwritetime is changing while extracting a zipfile in c#?
I am using Sharpziplib version 0.86 to extract a zip file. It is working fine but while extracting a winzip file through code,Lastwritetime is changing in seconds...[详细]
2023-01-30 10:45 分类:问答SharpZipLib - ZipException "System.ArgumentOutOfRangeException" - Why am I getting this exception?
I\'m using SharpZipLib to unzip files. My code has been working nicely for all zipfiles except the zip file what i am extracting now...[详细]
2023-01-30 05:25 分类:问答Sharpziplib uncompress embedded resource
I have a zip file as an embedded resource. Using the following code: Stream zipStream; zipStream = thisAssembly.GetManifestResourceStream(\"Namespace.Resources.zipfile.zip\");[详细]
2023-01-28 21:30 分类:问答How to rename a folder using ZipArchive?
is th开发者_如何转开发ere any solution to rename a folder inside zipfile before unzipping ? $zip = new ZipArchive();[详细]
2023-01-27 17:35 分类:问答iPhone - reading .epub files
I am engaged in preparing an application regarding re开发者_JAVA百科ading the .epub files in iPhone. Where can I get the reference for sample applications for unzipping and parsing the files? Can anyo[详细]
2023-01-27 14:12 分类:问答How do I zip a folder on the iPhone
开发者_如何学JAVAI have seen a lot of related questions but none really helped. I\'m trying to create a zip archive from a folder (on the iPhone).[详细]
2023-01-25 13:27 分类:问答ZipKit and iPhone
I tried to use the ZipKit framework (http://bitbucket.org/kolpanic/zipkit/wiki/UsingZipKit) in the test application for iPad. I followed the \"Traditional way\" of the installation (as it is described[详细]
2023-01-21 01:17 分类:问答How to quickly check if a zip file is corrupted?
Does anyone have any ideas for how to pragmatically quickly check if a zip file is corrupted based on file size? Ideally the best way to开发者_如何学JAVA check if a zip is corrupted is to do a CRC che[详细]
2023-01-20 03:27 分类:问答Windows: Execute Batch File for a Custom Context Menu Item
I am looking to add a new item in a right click context menu for a certain file type. I suppose it would be easiest to run a batch file with the full path of the file as an argument. I need to rename[详细]
2023-01-19 20:08 分类:问答