Documentation ¶
Index ¶
- func CheckAndCreateDir(path string) error
- func CheckIsDir(path string) (bool, error)
- func CleanAndCreateDir(dirPath string) error
- func CopyDir(srcDir, dstDir string) error
- func CopyFile(srcFile, destFile string) error
- func GetLevelSavFilePath(path string) (string, error)
- func GetLocalIP() (string, error)
- func GetSavDir(path string) (string, error)
- func UnzipDir(zipFile, destDir string) error
- func ZipDir(srcDir, zipFilePath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAndCreateDir ¶ added in v0.6.0
CheckAndCreateDir 检查指定路径的文件夹是否存在,如果不存在则创建它。
func CheckIsDir ¶ added in v0.5.8
func CleanAndCreateDir ¶ added in v0.5.8
func GetLevelSavFilePath ¶ added in v0.5.8
func GetLocalIP ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.