Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + func RootLength(p string) int + func SplitPath(p string) (rootName, rest string) + type Common struct + IsReparsePoint func(path string) bool + 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