Documentation
¶
Index ¶
- Variables
- func CreateDir(dirs ...string) (err error)
- func DelFile(filePath string) error
- func DirExist(path string) (bool, error)
- func FileExist(path string) (bool, error)
- func MoveFile(src, dst string) error
- func Unzip(zipPath string, destPath string) ([]string, error)
- func ZipFiles(filename string, files []string, oldForm, newForm string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPathIsPointToDir = errors.New("path is point to directory")
View Source
var ErrPathIsPointToFile = errors.New("path is point to file")
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.