package
1.1.1
Repository: https://github.com/sunranlike/sunr.git
Documentation: pkg.go.dev

# Functions

CheckProcessExist Will return true if the process with PID exists.调用了os.FindProcess(pid)方法,查询是否存在pid对应的进程.
CopyFile 将一个目录复制到另外一个目录中.
CopyFolder 将一个目录复制到另外一个目录中.
DownloadFile will download a url to a local file.
判断所给路径文件/文件夹是否存在.
GetExecDirectory 获取当前执行程序目录.
路径是否是隐藏路径.
PrettyPrint 美观输出数组.
输出所有子目录,目录名.
Unzip will decompress a zip archive, moving all files and folders within the zip file (parameter 1) to an output directory (parameter 2).