Documentation ¶ Index ¶ func CopyDir(from, to string) error func CopyFile(srcFile, dstFile string) error func CreateIfNotExists(dir string, perm os.FileMode) error func Exists(filePath string) bool func MoveDir(from, to string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyDir ¶ func CopyDir(from, to string) error func CopyFile ¶ func CopyFile(srcFile, dstFile string) error func CreateIfNotExists ¶ func CreateIfNotExists(dir string, perm os.FileMode) error func Exists ¶ func Exists(filePath string) bool func MoveDir ¶ func MoveDir(from, to string) error Types ¶ This section is empty. Source Files ¶ View all Source files files.go Click to show internal directories. Click to hide internal directories.