util

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckProcessExist

func CheckProcessExist(pid int) bool

CheckProcessExist 检查进程pid是否窜在,如果存在返回true

func CopyFile

func CopyFile(source, destination string) error

CopyFile 将一个文件复制到另一个目录中

func CopyFolder

func CopyFolder(source, destination string) error

CopyFolder 将一个目录复制到另一个目录中

func DownloadFile

func DownloadFile(filepath string, url string) error

DownloadFile will download a url to a local file. It's efficient because it will write as it downloads and not load the whole file into memory.

func Exists

func Exists(path string) bool

判断所给路径文件/文件夹是否存在

func GetExecDirectory

func GetExecDirectory() string

GetExecDirectory 获取当前执行程序目录

func IsHiddenDirectory

func IsHiddenDirectory(path string) bool

路径是否是隐藏路径

func PrettyPrint

func PrettyPrint(arr [][]string)

PrettyPrint 美观输出数组

func SubDir

func SubDir(folder string) ([]string, error)

输出所有子目录,目录名

func Unzip

func Unzip(src string, dest string) ([]string, error)

Unzip will decompress a zip archive, moving all files and folders within the zip file (parameter 1) to an output directory (parameter 2).

Types

This section is empty.

Jump to

Keyboard shortcuts

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