Documentation ¶
Index ¶
- func Copy(src, dst string) (int64, error)
- func Delete(filePath string) (bool, error)
- func DeleteAll(path string) error
- func DeleteRecursive(path string) error
- func Exists(filename string) bool
- func ExistsErr(filename string) (bool, error)
- func FilterPath(path string) string
- func GetContents(filename string) (string, error)
- func IsDir(path string) bool
- func IsFile(path string) bool
- func Name(filePath string) string
- func PutContents(filename string, data string) error
- func PutContentsMode(filename string, data string, mode os.FileMode) error
- func Remove(filePath string) (bool, error)
- func RemoveAll(path string) error
- func RemoveRecursive(path string) error
- func Size(filePath string) (int64, error)
- func Unlink(filePath string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteRecursive ¶
func FilterPath ¶
func GetContents ¶
func PutContents ¶
func RemoveRecursive ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.