Versions in this module Expand all Collapse all v2 v2.4.4 Nov 8, 2025 v2.4.2 Oct 16, 2025 v2.4.1 Oct 16, 2025 Changes in this version + type FileInfo interface + CreateTime func() time.Time + IsDir func() bool + IsFile func() bool + Mode func() os.FileMode + ModifyTime func() time.Time + Name func() string + Size func() int64 + Sys func() any + func Stat(filePath string) (FileInfo, error)