Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 Changes in this version type FS + func (fsys *FS) AppendFile(path string, data string) error v0.0.1 Apr 11, 2026 Changes in this version + type FS struct + func From(fs vfs.FS) *FS + func (fsys *FS) Chtimes(path string, aTime time.Time, mTime time.Time) error + func (fsys *FS) ClearCache() + func (fsys *FS) DirectoryExists(path string) bool + func (fsys *FS) DisableAndClearCache() + func (fsys *FS) Enable() + func (fsys *FS) FileExists(path string) bool + func (fsys *FS) GetAccessibleEntries(path string) vfs.Entries + func (fsys *FS) ReadFile(path string) (contents string, ok bool) + func (fsys *FS) Realpath(path string) string + func (fsys *FS) Remove(path string) error + func (fsys *FS) Stat(path string) vfs.FileInfo + func (fsys *FS) UseCaseSensitiveFileNames() bool + func (fsys *FS) WalkDir(root string, walkFn vfs.WalkDirFunc) error + func (fsys *FS) WriteFile(path string, data string) error