Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

How to zip and unzip the files?

How to zip and unzip the files which are all already in DDMS : data/data/mypackage/files/ I need a …

android file zip unzip
Dynamically create and stream zip to client

I am using NodeJs (w/express) and I am trying to stream a zip file back to the client. The …

node.js express streaming zip
Unzip Archive with Groovy

is there a built-in support in Groovy to handle Zip files (the groovy way)? Or do i have to use …

java groovy zip unzip
Maven - Depend on assembled zip

I'm trying to have a Project B pull down (and unpack) a ZIP built by Project A and deployed to …

maven zip pom.xml maven-assembly-plugin maven-dependency-plugin
Zip and Unzip File in Powershell 4

I am using Windows Server 2012 R2 (64 bit). I have powershell version 4 available in it. I am trying to zip and …

powershell zip unzip powershell-4.0
Decompressing password-protected ZIP files with .NET 4.5

Microsoft introduces improvements for ZIP file handling in .NET 4.5 in the System.IO.Compression namespace. Namely the classes ZipArchive and …

c# .net zip .net-4.5
System.IO.Compression and ZipFile - extract and overwrite

I'm using the standard VB.NET libraries for extracting and compressing files. It works as well but the problem comes …

.net vb.net zip compression system.io.compression
How to properly assemble a valid xlsx file from its internal sub-components?

I'm trying to create an xlsx file programmatically on iOS. Since the internal data of xlsx files is basically stored …

xml zip xlsx
Command to zip a directory using a specific directory as the root

I'm writing a PHP script that downloads a series of generated files (using wget) into a directory, and then zips …

linux command-line zip command
unzip (zip, tar, tag.gz) files with ruby

I want to unzip a lot of zip files. Is there a module or script that checks which format the …

ruby zip gzip tar unzip