Documentation ¶
Index ¶
- func Bytes2File(path string, bytes []byte)
- func CreateFolderIfMissing(path string, notPossibleMsg string)
- func CreateFolderIfNotExists(path string, notPossibleMsg string)
- func DeleteIfExists(path string, notDeterminableMsg string)
- func Exists(path string, notDeterminableMsg string) bool
- func File2String(path string) string
- func ListFilesInFolder(path string) []os.DirEntry
- func ListFilesInFolderWithSuffix(path string, suffix string) []os.DirEntry
- func ListFolder(path string) []os.DirEntry
- func SanitizePath(filename string) string
- func String2File(path string, data string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bytes2File ¶
func CreateFolderIfMissing ¶
func CreateFolderIfNotExists ¶
func DeleteIfExists ¶
func File2String ¶
func ListFilesInFolder ¶
func ListFolder ¶
func SanitizePath ¶
func String2File ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.