Documentation
¶
Overview ¶
Package zip utility to make working with zip archives easier
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive struct { Filename string // contains filtered or unexported fields }
Archive describes a zip archive
func NewZipFile ¶
NewZipFile create a new empty zip archive with the given file path
func (*Archive) InsertFile ¶
InsertFile add an existing file to the archive with the given path
Click to show internal directories.
Click to hide internal directories.