Documentation ¶
Index ¶
- Variables
- func AccessDate(info os.FileInfo) (t time.Time, err error)
- func CreationDate(info os.FileInfo) (t time.Time, err error)
- func Group(info os.FileInfo) (*user.Group, error)
- func RawInfo(name string) (file *os.File, stat os.FileInfo, abspath string, err error)
- func Usr(info os.FileInfo) (*user.User, error)
- func UsrAndGroup(info os.FileInfo) (usr *user.User, group *user.Group, err error)
- type File
- type FileTimes
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGettingStruct = errors.New( po.Get("error getting the corresponding structure from fileinfo.Sys()"), ) ErrNotSupportedOnWindows = errors.New(po.Get("not supported on windows")) )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.