Documentation
¶
Index ¶
- func CopyDir(source string, dest string) error
- func CopyFile(source string, dest string) error
- func FileModeToInt(fMode fs.FileMode) string
- func FileModeToString(fMode fs.FileMode) string
- func FileNameWithoutExtension(fileName string) string
- func GetAppExecutablePath() string
- func GetDirSize(path string) float64
- func GetFileCreateTime(path string) int64
- func IsSymlink(mode os.FileMode) bool
- func PathExists(path string) bool
- type FileTime
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyDir ¶
CopyDir copies a directory from source to dest and all of its sub-directories. It doesn't stop if it finds an error during the copy. Returns an error if any.
func FileModeToInt ¶
func FileModeToString ¶
func GetDirSize ¶
func GetFileCreateTime ¶
func PathExists ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.