Documentation ¶
Index ¶
- func AppendToFile(file, str string)
- func ChanReadLineFile(readFileFrom string) chan string
- func CopyEntireFile(from_path string, to_path string) (w int64, err error)
- func CopyLineFile(from_path string, to_path string)
- func GetAbsolutePathOfRelativePath(FileName string) string
- func GetDirAllSonFilePath(srcPath string) chan string
- func GetFileAllLineString(path string) (string, error)
- func IsDir(path string) bool
- func IsFile(path string) bool
- func MkFileNotDir(path string)
- func PathExists(path string) (bool, error)
- func ReadLineFile(readFileFrom string) chan string
- func ReadWholeFile(readFileFrom string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChanReadLineFile ¶
func CopyLineFile ¶
func GetAbsolutePathOfRelativePath ¶
模糊查找相对路径下的文件
func GetFileAllLineString ¶ added in v0.1.2
获取按行文件所有内容
func ReadLineFile ¶
func ReadWholeFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.