unzip
How to create a zip file which will open a url when a user unzips it?
I want to create a small application in VB.Net which will zip the file such that when user will unzip this file, a url will be opened in user\'s default browser.[详细]
2023-03-23 21:35 分类:问答Zip code not working - memory error
Can someone point out any errors I might have included in my code.I wanted to keep the code as simple as possible but it\'s failing with a memory error.Some of the compressed files do extract fine tho[详细]
2023-03-23 21:17 分类:问答Does anybody know what a zbook file is? Or how I can open it?
I heard that it is a sqlite table just zipped up, but I cannot find anyway to open it up and access it contents. The file I\'m needing to crack open is a book, an开发者_高级运维d it\'s filename is boo[详细]
2023-03-22 17:35 分类:问答How to use unzOpenCurrentFilePassword?
Can someone help me port my code from void * uzFile = unzOpen(\"zip filename\"); to use the unzOpenCurrentFilePassword fro开发者_如何学运维m minizip ?[详细]
2023-03-21 02:13 分类:问答perl cgi unzip an uploaded file
I am working on a web server where a user can upload a zip file. After uploading, it should unzip the file. I tried the system command unzip as well as the Archive::Extract module. I still get the err[详细]
2023-03-20 13:33 分类:问答Zipping and Unzipping files in Adobe Air/Javascript
I\'m not particularly开发者_开发知识库 using Flex but I am using javascript and html and css in a adobe air application. I would like to be able to unzip and zip files. I\'ve looked at a few libraries[详细]
2023-03-17 06:07 分类:问答unzip archive with subfolders in java?
I am trying to unzip an archive (test.zip) containing a subfolder with some png images: test.zip -> images[详细]
2023-03-13 02:22 分类:问答How can I use a single command to unzip every file in a directory, into a new unique directory with the same name as the file
I have a directory full of zip files. Each called something like \'files1.zip\'. My instinct is to use a bash for loop to unzip each file.[详细]
2023-03-10 05:38 分类:问答Performance: Better to unzip from hard disk?
I\'m about to make a design decision that could potentially have visible performance implications. Generally speaking, how do libraries handle unzipping; is it cheaper to unzip a file from memory or f[详细]
2023-03-09 19:36 分类:问答PHP + ZipArchive + Russian language
i have the followed code $zip = new ZipArchive; $res = $zip->open(\'tmp/articles.zip\'); if ($res === TRUE) {[详细]
2023-03-09 03:56 分类:问答