Documentation ¶
Index ¶
- func CheckFileIsExist(file string) bool
- func CheckFileIsPermission(src string) bool
- func CheckPathIsDir(path string) bool
- func CopyFile(srcName string, dstName string) (int64, error)
- func GetAllFiles(dirPth string, childDir bool, extensions []string) (files []string, err error)
- func GetAppRootWDPath() (string, error)
- func GetFileExt(fileName string) string
- func GetFileNameInfo(filename string) (nameInfo, ext string)
- func GetFileSize(file multipart.File) (int, error)
- func GetFilesAndDirs(dirPth string, extensions []string) (files []string, dirs []string, err error)
- func IsNotExistToMkDir(src string) (newDir bool, err error)
- func MustOpen(fileName, filePath string) (file *os.File, err error)
- func ToMkdir(dirName string) error
- func WriteLines(dir string, filename string, dataLines []string, lineEnding string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFileIsPermission ¶
CheckFileIsPermission 检查文件或路径是否有权限操作
func GetAllFiles ¶
GetAllFiles 获取指定目录下的所有文件; childDir = true 代表输出子目录下的文件; ext代表后缀名,如果为空则输出全部类型的文件,如果不为空,则输出指定类型的文件;
func GetFileNameInfo ¶
GetFileNameInfo 获取文件的名称和后缀名信息,filename可以是test.txt,也可以是/root/test/test.txt之类的 nameInfo代表除去后缀名的文件名,ext代表后缀名
func GetFilesAndDirs ¶
GetFilesAndDirs 获取指定目录下的所有文件名和目录
func IsNotExistToMkDir ¶
IsNotExistToMkDir 目录如果不存在则新建文件夹,新建文件夹失败则返回错误,newDir代表这个目录是不是刚刚新建的目录(即这是一个空目录)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.