Documentation ¶
Index ¶
- func CreateFile(filePath string) error
- func CreateLazyFile(filePath string) error
- func Exists(path string) bool
- func FileDirSize(path string) (int, error)
- func GetCurrentAbPath() string
- func GetFileTotalLines(filePath string) (int, error)
- func HomeDir(ctx context.Context) (string, error)
- func SaveFile(filePath, fileName, content string) error
- func Unzip(zipFile, destDir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileDirSize ¶
FileDirSize 获取文件/文件夹下所有文件的大小[byte] *
- @param path 文件/文件夹路径
- @return 文件大小[byte], 错误信息
func GetCurrentAbPath ¶ added in v0.2.3
func GetCurrentAbPath() string
GetCurrentAbPath 获取当前执行文件绝对路径
func GetFileTotalLines ¶
GetFileTotalLines 获取文件总行数 *
- 注意:
- 1. 读取大文件时,会消耗大量内存
- 2. 读取商业加密文本时行数上面会异常
- 3. 空白行不会被计算
- @param filePath 文件路径
- @return 文件总行数, 错误信息
func HomeDir ¶ added in v0.2.14
HomeDir 获取系统当前使用的用户的主目录
- eg: /Users/symbol
- @param ctx 上下文
- @return string,error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.