Versions in this module Expand all Collapse all v0 v0.0.5 May 25, 2019 Changes in this version + type Filesystem struct + Delegate billy.Filesystem + func (f *Filesystem) Chroot(path string) (billy.Filesystem, error) + func (f *Filesystem) Create(filename string) (billy.File, error) + func (f *Filesystem) Join(elem ...string) string + func (f *Filesystem) Lstat(filename string) (os.FileInfo, error) + func (f *Filesystem) MkdirAll(filename string, perm os.FileMode) error + func (f *Filesystem) Open(filename string) (billy.File, error) + func (f *Filesystem) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) + func (f *Filesystem) ReadDir(path string) ([]os.FileInfo, error) + func (f *Filesystem) Readlink(link string) (string, error) + func (f *Filesystem) Remove(filename string) error + func (f *Filesystem) Rename(oldpath, newpath string) error + func (f *Filesystem) Root() string + func (f *Filesystem) Stat(filename string) (os.FileInfo, error) + func (f *Filesystem) Symlink(target, link string) error + func (f *Filesystem) TempFile(dir, prefix string) (billy.File, error)