Documentation ¶
Index ¶
- func Dir(dir string) *workingpathfs.FS
- type FS
- func (FS) Chmod(name string, mode fs.FileMode) error
- func (FS) Chown(name string, uid, gid int) error
- func (FS) Chtimes(name string, atime time.Time, mtime time.Time) error
- func (FS) Create(name string) (fs.File, error)
- func (FS) Mkdir(name string, perm fs.FileMode) error
- func (FS) MkdirAll(path string, perm fs.FileMode) error
- func (FS) Open(name string) (fs.File, error)
- func (FS) OpenFile(name string, flag int, perm fs.FileMode) (fs.File, error)
- func (FS) Remove(name string) error
- func (FS) RemoveAll(path string) error
- func (FS) Rename(oldname, newname string) error
- func (FS) Stat(name string) (fs.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dir ¶
func Dir(dir string) *workingpathfs.FS
Types ¶
Click to show internal directories.
Click to hide internal directories.