Versions in this module Expand all Collapse all v0 v0.2.1 Feb 9, 2024 Changes in this version + const DEFAULT_CREATE_FPERM + var ErrNotStatCapable = errors.New("not stat capable") + type File = billy.File + type Filesystem interface + Absolute func(path string) (string, error) + Create func(filename string) (File, error) + func AddAbsoluteFeature(fls billy.Filesystem, absolute func(path string) (string, error)) Filesystem + type OsFS interface + OsFs func() + type StatCapable interface + Stat func() (os.FileInfo, error) + type SyncCapable interface + Sync func() error