Versions in this module Expand all Collapse all v1 v1.1.0 Feb 5, 2025 v1.0.0 Jan 22, 2025 Changes in this version + func Copy(pathA string, pathB string) + func Delete(path string) + func Exists(path string) bool + func Open(path string, flag int, perm os.FileMode) *file + func ReadAll(path string) []byte + func ReadAllAsInt64(filepath string) int64 + func ReadAllAsString(filepath string) string + func Rename(old string, new string) + func Write(path string, content interface{}, perm os.FileMode)