Documentation ¶
Index ¶
- func DeleteDirectory(dirPath string) error
- func DeleteFile(filePath string) error
- func Exists(filePath string) bool
- func GetHomeDir() (string, error)
- func MakeDir(dirPath string) error
- func ReadFile(filePath string) (string, error)
- func TempDir() (string, error)
- func WriteFile(filePath, contents string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteDirectory ¶
DeleteDirectory deletes dir from disk.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.