Documentation ¶
Index ¶
- func Exist(path string) bool
- func ExistDir(path string) bool
- func ExistFile(path string) bool
- func ReadAllByte(file string) (bs []byte, err error)
- func ReadAllLines(file string) (strs []string, err error)
- func ReadAllText(file string) (str string, err error)
- func WriteAllBytes(file string, content []byte) error
- func WriteAllLines(file string, content []string) error
- func WriteAllText(file, content string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAllByte ¶
func ReadAllLines ¶
func ReadAllText ¶
func WriteAllBytes ¶
func WriteAllLines ¶ added in v0.0.14
func WriteAllText ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.