unzip

package module
v0.0.0-...-8239505 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2015 License: MIT Imports: 5 Imported by: 10

README

unzip

unzip package and a small unzip utility named uz.

Can extract ZIP files.

Documentation

Overview

unzip is a package for extracting ZIP files

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Extract

func Extract(zipFilename, destPath string) error

Given a source filename and a destination path, extract the ZIP archive

func FilterExtract

func FilterExtract(zipFilename, destPath string, filterFunc func(string) bool) error

Given a source filename and a destination path, extract the ZIP archive. The filter function can be used to avoid extracting some filenames; when filterFunc returns true, the file is extracted.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL