Versions in this module Expand all Collapse all v2 v2.0.0 Dec 4, 2023 Changes in this version + func IsDir(path string) bool + func IsFile(path string) bool + func Split(path string) (dir, file, name, ext string) + type FileInfo interface + IsFile func() bool + func Stat(path string) (FileInfo, error)