//
pkg.gl
Category
github.com/zzy444626905/golang-util
fileutil
package
1.0.0
Repository:
https://github.com/zzy444626905/golang-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
15 SLOC
#
Functions
IsDir
IsDir Determine whether the path is a folder, true: folder; false: file;.
IsFile
IsFile Determine whether the path is a file, true: file; false: folder;.