Versions in this module Expand all Collapse all v0 v0.1.1 Apr 30, 2020 Changes in this version + func AppendFileBytes(targetPath string, addData []byte) error + func AppendFileString(targetPath, addString string) error + func CheckExists(targetPath string) bool + func CopyFile(srcPath, destPath string) (int, error) + func ReadFileAsBytes(readPath string) ([]byte, error) + func ReadFileAsString(readPath string) (string, error) + func ReplaceInFileWithRegex(file string, regexString string, replaceWith string) (int, error) + func ReplaceInFileWithString(file, match, replacement string) (int, error) + func SetPerms(targetPath string, perms int64) error + func WriteFileFromBytes(destPath string, fileData []byte) error + func WriteFileFromString(destPath string, fileData string) error