Documentation
¶
Index ¶
- func Base64EncodeFile(filePath string) (string, error)
- func CopyDir(src string, dst string) error
- func CopyFile(src, dst string) error
- func CreateJunction(target, linkName string) error
- func FormatFileSize(s float64, base float64) string
- func IsJunction(linkName string) (bool, error)
- func Readdir(path string) ([]fs.DirEntry, error)
- func RemoveJunction(linkName string) error
- func Rmdir(folderPath string) error
- func Unzip(src, dest string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64EncodeFile ¶
func CreateJunction ¶
CreateJunction creates a directory junction on Windows
func FormatFileSize ¶
func IsJunction ¶
IsJunction checks if a directory junction exists at the specified path
func RemoveJunction ¶
RemoveJunction removes a directory junction on Windows using fsutil
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.