Documentation ¶
Index ¶
- Constants
- func CopyDirectory(srcDirectory, dstDirectory string) (err error)
- func ListFilesInDirectory(directory string) (list []string, err error)
- func LoadBlob(filename string) (blob []byte, err error)
- func MD5Hash(anything ...interface{}) string
- func PathExists(fullPath string) bool
- func TouchDir(dir string) (err error)
- func TouchFile(filepath string) (file *os.File, err error)
Constants ¶
View Source
const (
LOGTAG = "OS-Utilities"
)
Variables ¶
This section is empty.
Functions ¶
func CopyDirectory ¶
func ListFilesInDirectory ¶
func PathExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.