//
pkg.gl
Category
github.com/jianbo-zh/go-thumbnail
internal
file
package
1.0.14
Repository:
https://github.com/jianbo-zh/go-thumbnail.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
44 SLOC
#
Functions
Detect
No description provided by the author
DetectFile
No description provided by the author
DetectReader
No description provided by the author
Exists
判断给定的路径文件/文件夹是否存在.
GetSystemTmp
GetSystemTmp.
IsDir
判断所给路径是否为文件夹 如果不存在,也是 false.
IsFile
判断所给路径是否为文件 同样使用 IsDir 如果不存在的也是 false, 因为这个地方只设计了一个返回值.