Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFile ¶
CreateFile 创建文件 @param {string} filePath 文件路径 @return error
func Exists ¶
Exists 文件或文件夹是否存在 @param {[type]} ctx context.Context [description] @param {string} path 文件夹路径 @return bool true 存在 false 不存在
func FileDirSize ¶
FileDirSize 获取文件/文件夹下所有文件的大小 @param path 文件/文件夹路径 @return 文件大小[byte], 错误信息
func GetFileTotalLines ¶
GetFileTotalLines 获取文件总行数<br/> 注意:<br/>
- 读取大文件时,会消耗大量内存
- 读取商业加密文本时行数上面会异常
- 空白行不会被计算
@param filePath 文件路径
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.