//
pkg.gl
Category
github.com/flylib/goutils
file
package
2.0.0+incompatible
Repository:
https://github.com/flylib/goutils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
46 SLOC
#
Functions
GetAllFile
获取所有文件名,包含路径(相对路径).
IsDir
No description provided by the author
IsFile
No description provided by the author
PathExists
1、如果返回的错误为nil,说明文件或文件夹存在 2、如果返回的错误类型使用os.IsNotExist()判断为true,说明文件或文件夹不存在 3、如果返回的错误为其它类型,则不确定是否在存在*/.