package
Version:
v0.2.4
Opens a new window with list of versions in this module.
Published: Jul 29, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateFile 创建文件
*
- @param filePath 文件路径
- @return error
Exists 文件或文件夹是否存在
*
- @param path 文件或文件夹路径
- @return bool true 存在 false 不存在
FileDirSize 获取文件/文件夹下所有文件的大小
*
- @param path 文件/文件夹路径
- @return 文件大小[byte], 错误信息
func GetCurrentAbPath() string
GetCurrentAbPath 获取当前执行文件绝对路径
GetFileTotalLines 获取文件总行数
*
- 注意:
- 1. 读取大文件时,会消耗大量内存
- 2. 读取商业加密文本时行数上面会异常
- 3. 空白行不会被计算
- @param filePath 文件路径
- @return 文件总行数, 错误信息
func SaveFile(filePath, fileName, content string) error
SaveFile 保存信息到文件
*
- @param filePath 文件夹路径
- @param fileName 文件名
- @param content 文件内容
- @return error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.