Documentation ¶
Index ¶
- func BaseName(filename string) string
- func CopyFile(src, dst string) int64
- func DirName(filename string) string
- func ExtName(filename string) string
- func FileIsExist(path string) bool
- func FormatPath(path string) string
- func FormatPathSys(path string) string
- func GetCurrentPath() string
- func GetDirList(dirpath string) []string
- func GetFileList(dirpath string) []string
- func IsDir(path string) bool
- func Mkdir(path string) bool
- func MkdirAll(path string) bool
- func ReadFile(filename string) []byte
- func ReadFileStr(filename string) string
- func SelfDir() string
- func SelfPath() string
- func WriteFile(filename string, data []byte, _mode ...string) bool
- func WriteFileStr(filename string, data string, _mode ...string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadFileStr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.