Versions in this module Expand all Collapse all v0 v0.7.3 Sep 20, 2017 v0.7.2 Sep 13, 2017 Changes in this version + func Chmod(name string, mode os.FileMode) error + func Create(name string) (*os.File, error) + func DeviceID(fi os.FileInfo) (deviceID uint64, err error) + func HasPathPrefix(base, p string) bool + func Link(oldname, newname string) error + func Lstat(name string) (os.FileInfo, error) + func Mkdir(name string, perm os.FileMode) error + func MkdirAll(path string, perm os.FileMode) error + func OpenFile(name string, flag int, perm os.FileMode) (*os.File, error) + func Readlink(name string) (string, error) + func Remove(name string) error + func RemoveAll(path string) error + func RemoveIfExists(filename string) error + func Rename(oldpath, newpath string) error + func Stat(name string) (os.FileInfo, error) + func Symlink(oldname, newname string) error + func TempFile(dir, prefix string) (f *os.File, err error) + func Walk(root string, walkFn filepath.WalkFunc) error + type File interface + Fd func() uintptr + Readdir func(int) ([]os.FileInfo, error) + Readdirnames func(n int) ([]string, error) + Seek func(int64, int) (int64, error) + Stat func() (os.FileInfo, error) + func Open(name string) (File, error)