Versions in this module Expand all Collapse all v1 v1.0.1 Apr 5, 2026 v1.0.0 Apr 4, 2026 Changes in this version + func AppendFile(filePath string, text string) bool + func AppendFileBytes(filePath string, data []byte) bool + func ChangeFileExt(filePath string, ext string) string + func Child(filePath string) ([]os.DirEntry, error) + func CopyFile(srcFilePath string, destFilePath string) bool + func CopyFileWithError(srcFilePath string, destFilePath string) error + func CreateFile(filePath string) bool + func DeleteDirs(path string) bool + func DeleteFile(filePath string) bool + func DirectoryExists(dirPath string) bool + func ExtractFileExt(filePath string) string + func ExtractFileName(filePath string) string + func ExtractFilePath(filePath string) string + func FileExists(filePath string) bool + func MkDirs(path string) bool + func ReadFile(filePath string) string + func ReadFileBytes(filePath string) []byte + func ReadFileLines(filePath string) []string + func RenameFile(srcFilePath string, destFilePath string) bool + func Size(filePath string) int64 + func SizeFormat(filePath string) string + func SizeList(filePaths []string) int64 + func Sizes(filePaths ...string) int64 + func WriteFile(filePath string, text string) bool + func WriteFileBytes(filePath string, data []byte) bool