The highest tagged major version is
v2.
package
Version:
v1.3.18
Opens a new window with list of versions in this module.
Published: Mar 28, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Unzip 解压
@param zipPath e.g."archive.zip"
Zip 压缩文件(或目录)
PS:
(1) 缺点: 第三方库dablelv/go-huge-util暂不支持带密码的压缩.
(2) 如果 zipPath 对应的是一个已经存在的文件,将会"覆盖"该文件的内容;
如果 zipPath 对应的是一个已经存在的目录,将会返回error(open {path}: is a directory).
@param zipPath e.g."archive.zip"
@param paths 多个文件(或目录)的路径
Source Files
¶
Click to show internal directories.
Click to hide internal directories.