Documentation ¶
Index ¶
- func CopyFile(dstName, srcName string) (written int64, err error)
- func TarGz(srcDirPath string, destFilePath string) (ok bool)
- func UnTarGz(srcFilePath string, destDirPath string)
- func Unzip(srcFilePath string, destDirPath string) (ok bool, msg string)
- func Zip(srcDirPath string, destFilePath string) (ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnTarGz ¶
Ungzip and untar from source file to destination directory you need check file exist before you call this function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.