Versions in this module Expand all Collapse all v0 v0.0.1 May 17, 2026 Changes in this version + func Dir(path string) string + func Exists(path string) bool + func ExpandPath(path string) string + func HasExtension(path string, extensions ...string) bool + func IsDir(path string) bool + func IsFile(path string) bool + func IsWithin(base, target string) bool + func WriteFileAtomic(path string, data []byte, perm os.FileMode) error