zszip

package
v1.40.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Zip

type Zip struct{}

func New

func New() *Zip

func (Zip) Create

func (z Zip) Create(source string, files []string) error

Example:

package main

import (
	"fmt"

	"github.com/3JoB/ulib/fsutil/compress/zszip"
	"github.com/3JoB/ulib/fsutil"
)

func main() {
	//Todo:
}

func (Zip) Extract

func (z Zip) Extract(source, destination string) (extractedFiles []string, err error)

Extract files

Jump to

Keyboard shortcuts

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