Documentation ¶
Index ¶
- func CheckFileInDisk(filename, localPath string) bool
- func CopyFile(src, des string) (written int64, err error)
- func Exists(path string) bool
- func GetCurrentDirectory() string
- func GetCurrentPackage() string
- func GetDirectoryPathByDate() string
- func GetFileName(path string) string
- func GetFileSize(filepath string) (int64, error)
- func GetSuffixAndFilename(filepath string) (filename, suffix string)
- func GetSystemDelimiter() (delimiter string)
- func GetSystemLineBreak() (lineBreak string)
- func MakeDirectory(dirs ...string) error
- func TransCodeSize(size int64) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFileInDisk ¶
检查目录中是否有指定文件 param: filename 文件名 可以是绝对路径 param: localPath 本地文件夹 notice: 如果读取目录失败,那么将会认为目录中没有这个文件
func GetDirectoryPathByDate ¶
func GetDirectoryPathByDate() string
按年月日生成路径 notice: 这个只有阿里云上传的时候创建路径用 其他地方尽量不要使用 最终类似: 2019/January/10
func GetFileName ¶
从路径中获取文件名 param: filepath 文件路径或者文件名 notice: 如果不是路径 则认为是文件
func GetFileSize ¶
获取文件大小 param: filepath 文件路径或者文件名
func GetSuffixAndFilename ¶
从路径中读取文件名与后缀 param: filepath 文件路径或者文件名
func TransCodeSize ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.