Documentation
¶
Index ¶
- func Append(r Root, data any, path string) error
- func AppendString(r Root, data string, path string) error
- func Close(r Root) error
- func Delete(r Root, path string) error
- func DeleteAll(r Root, path string) error
- func Exists(r Root, path string) bool
- func FS(r Root) fs.FS
- func IsDir(r Root, path string) bool
- func IsFile(r Root, path string) bool
- func List(r Root, path string) ([]string, error)
- func MkDir(r Root, path string) error
- func MkDirAll(r Root, path string) error
- func Path(r Root) string
- func Read(r Root, path string) ([]byte, error)
- func ReadString(r Root, path string) (string, error)
- func Rename(r Root, oldpath string, newpath string) error
- func Stat(r Root, path string) (os.FileInfo, error)
- func Write(r Root, data any, path string) error
- func WriteString(r Root, data string, path string) error
- type Root
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.