Versions in this module Expand all Collapse all v0 v0.5.0 Oct 9, 2022 Changes in this version + func New(baseDir string) (billy.Filesystem, error) + type OS struct + func (fs *OS) Capabilities() billy.Capability + func (fs *OS) Chroot(path string) (billy.Filesystem, error) + func (fs *OS) Create(filename string) (billy.File, error) + func (fs *OS) Join(elem ...string) string + func (fs *OS) Lstat(filename string) (os.FileInfo, error) + func (fs *OS) MkdirAll(path string, perm os.FileMode) error + func (fs *OS) Open(filename string) (billy.File, error) + func (fs *OS) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) + func (fs *OS) ReadDir(path string) ([]os.FileInfo, error) + func (fs *OS) Readlink(link string) (string, error) + func (fs *OS) Remove(filename string) error + func (fs *OS) RemoveAll(path string) error + func (fs *OS) Rename(from, to string) error + func (fs *OS) Root() string + func (fs *OS) Stat(filename string) (os.FileInfo, error) + func (fs *OS) Symlink(target, link string) error + func (fs *OS) TempFile(dir, prefix string) (billy.File, error)