package
1.3.3
Repository: https://github.com/veeainc/utils.go.git
Documentation: pkg.go.dev

# 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

# Functions

Copy a file from source to dest.
Checks if a file exists and is not a directory.