Documentation ¶
Index ¶
- func GetCurrentDirectory() string
- func RemoveAnyway(path string)
- func SecureMkdir(path string, perm os.FileMode)
- func SecureRemoveAll(path string)
- func SecureRemoveFile(path string)
- func SecureRenameFile(oldPath string, newPath string)
- func Unzip(src string, dest string) ([]string, error)
- func WriteFileWith(file string, text string)
- func WriteToFile(file string, text string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentDirectory ¶
func GetCurrentDirectory() string
func RemoveAnyway ¶
func RemoveAnyway(path string)
func SecureMkdir ¶
func SecureRemoveAll ¶
func SecureRemoveAll(path string)
func SecureRemoveFile ¶
func SecureRemoveFile(path string)
func SecureRenameFile ¶
func Unzip ¶
Unzip will decompress a zip archive, moving all files and folders within the zip file (parameter 1) to an output directory (parameter 2).
func WriteFileWith ¶
func WriteToFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.