Documentation
¶
Index ¶
- func DeleteDirs(path string) bool
- func DeleteFile(filePath string) bool
- func DirectoryExists(dirPath string) bool
- func FileExists(filePath string) bool
- func MkDirs(path string) bool
- func ReadFile(filePath string) string
- func ReadFileBytes(filePath string) []byte
- func WriteFile(filePath string, text string) bool
- func WriteFileBytes(filePath string, data []byte) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteDirs ¶
func DeleteFile ¶
func DirectoryExists ¶
func FileExists ¶
func ReadFileBytes ¶
func WriteFileBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.