Versions in this module Expand all Collapse all v0 v0.0.1 Mar 15, 2025 Changes in this version + func RootLength(p string) int + func SplitPath(p string) (rootName, rest string) + type Common struct + Realpath func(path string) string + RootFor func(root string) fs.FS + func (vfs *Common) DirectoryExists(path string) bool + func (vfs *Common) FileExists(path string) bool + func (vfs *Common) GetAccessibleEntries(path string) (result vfs.Entries) + func (vfs *Common) ReadFile(path string) (contents string, ok bool) + func (vfs *Common) RootAndPath(path string) (fsys fs.FS, rootName string, rest string) + func (vfs *Common) Stat(path string) vfs.FileInfo + func (vfs *Common) WalkDir(root string, walkFn fs.WalkDirFunc) error