# README
system
import "github.com/veeainc/utils.go/files"
// Checks if a file exists and is not a directory.
func FileExists(filename string) bool
// Copy a file from source to dest.
func CopyFile(source, dest string) error
import "github.com/veeainc/utils.go/files"
// Checks if a file exists and is not a directory.
func FileExists(filename string) bool
// Copy a file from source to dest.
func CopyFile(source, dest string) error