unzip

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: MIT Imports: 5 Imported by: 10

README

unzip

unzip package and a small unzip utility named uz.

Can extract ZIP files.

  • Version: 1.0.0
  • License: MIT

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
cmd
uz command

Jump to

Keyboard shortcuts

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