Documentation ¶
Index ¶
- Variables
- func CopyFile(src, dst string) bool
- func CopyPath(src, dst string) bool
- func CreateDir(filePath string) error
- func DirDot() string
- func FileExists(path string) (bool, error)
- func GetCurrentDirectory() string
- func GetFileInfo(src string) os.FileInfo
- func IsNotExistMkDir(src string) error
- func MkDir(src string) error
- func PathExists(path string) (bool, error)
- func RemoveFile(filePath string) error
- func WriteFile(filePath string, content string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentPath = getCurrentPath()
Functions ¶
func FileExists ¶
func GetCurrentDirectory ¶
func GetCurrentDirectory() string
func IsNotExistMkDir ¶
IsNotExistMkDir create a directory if it does not exist
func PathExists ¶
func RemoveFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.