Versions in this module Expand all Collapse all v1 v1.1.34 Apr 10, 2026 v1.0.0 Apr 10, 2026 Changes in this version + func DirExists(path string) bool + func Exists(path string) bool + func ExpandUser(path string) (string, error) + func FileExists(path string) bool + func GetAbsPath() string + func GetExePath() string + func GetFileList(root string) []string + func GetFolderNameList(root string) []string + func GetWorkingDirPath() string + func IsAppend(mode os.FileMode) bool + func IsAppendable(filename string) bool + func IsCharDevice(mode os.FileMode) bool + func IsDevice(mode os.FileMode) bool + func IsExclusive(mode os.FileMode) bool + func IsNamedPipe(mode os.FileMode) bool + func IsNonemptyDir(path string) bool + func IsNonemptyExecutableFile(path string) bool + func IsNonemptyFile(path string) bool + func IsReadable(filename string) bool + func IsSetgid(mode os.FileMode) bool + func IsSetuid(mode os.FileMode) bool + func IsSocket(mode os.FileMode) bool + func IsSticky(mode os.FileMode) bool + func IsSymlink(mode os.FileMode) bool + func IsTemporary(mode os.FileMode) bool + func IsWritable(filename string) bool + func LinkExists(path string) bool + func MatchPath(pattern string, path string) bool + func PathExist(path string) bool + func ReadFile(path string) []byte