Versions in this module Expand all Collapse all v1 v1.1.21 Jul 5, 2021 Changes in this version + func CheckFileExists(fileName string) (bool, error) + func CheckFileIsExist(filename string) bool + func CheckPathExisted(path string) bool + func CopyFile(srcFile, dstFile string) (written int64, err error) + func DeleteFile(fileName string) error + func DirEmpty(path string) (bool, error) + func DirExists(path string) (bool, error) + func MakeDir(path string) error + func OpenFile(fileName string) (*os.File, error) + func Pwd() string + func ReadFile(file string) ([]byte, error) + func WriteStringToFile(file, content string) (writeLen int, err error)