Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Tar ¶
Tar Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.
func TarRecursive ¶
Tar Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.
func UnTar ¶
UnTar decompressed file. src is the abbreviation of source, which is a directory of files to be decompressed. dst is the abbreviation of destination, which is the decompressed file directory.
func UnZip ¶
UnZip decompressed file. src is the abbreviation of source, which is a directory of files to be decompressed. dst is the abbreviation of destination, which is the decompressed file directory.
func Zip ¶
Zip Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.
func ZipRecursive ¶
Zip Compressed file. src is the abbreviation of source, which is a directory of files to be compressed. dst is the abbreviation of destination, which is the compressed file directory.
Types ¶
This section is empty.