Documentation
¶
Index ¶
- type OSFileSystem
- func (OSFileSystem) MkdirAll(path string, perm os.FileMode) error
- func (OSFileSystem) OpenFile(path string, flag int, perm os.FileMode) (*os.File, error)
- func (OSFileSystem) ReadDir(path string) ([]os.DirEntry, error)
- func (OSFileSystem) ReadFile(path string) ([]byte, error)
- func (OSFileSystem) Remove(path string) error
- func (OSFileSystem) RemoveAll(path string) error
- func (OSFileSystem) Rename(oldpath, newpath string) error
- func (OSFileSystem) Stat(path string) (os.FileInfo, error)
- func (OSFileSystem) WriteFile(path string, data []byte, perm os.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OSFileSystem ¶
type OSFileSystem struct{}
func (OSFileSystem) Remove ¶
func (OSFileSystem) Remove(path string) error
func (OSFileSystem) RemoveAll ¶
func (OSFileSystem) RemoveAll(path string) error
func (OSFileSystem) Rename ¶
func (OSFileSystem) Rename(oldpath, newpath string) error
Click to show internal directories.
Click to hide internal directories.