Documentation ¶
Index ¶
- Constants
- func AbsPath() string
- func Append(path string, content []byte) error
- func AppendText(path string, content string) error
- func CopyTo(src string, dst string) error
- func DirExists(path string) bool
- func Exists(path string) bool
- func IsDir(path string) bool
- func IsEmpty(path string) bool
- func Mkdir(path string) error
- func Read(path string) ([]byte, error)
- func ReadDir(path string) ([]os.FileInfo, error)
- func ReadLines(path string, offset int, limit int) (string, error)
- func ReadText(path string) (string, error)
- func Remove(path string) error
- func RemoveAll(path string) error
- func Write(path string, content []byte) error
- func WriteText(path string, content string) error
Constants ¶
View Source
const ( READOYLY = 0644 READWRITE = 0755 )
Variables ¶
This section is empty.
Functions ¶
func AppendText ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.