Documentation
¶
Index ¶
- func AutoMkDir(path string)
- func Create(filename string) (*os.File, error)
- func GetAllFile(pathname string) ([]string, error)
- func GetFileContentAsStringLines(filePath string) ([]string, error)
- func GetFileName(path string) (string, error)
- func GetFileRawName(path string) (string, error)
- func GetPath(path string) (string, error)
- func MkdirAll(dir string, mode os.FileMode) error
- func PathExists(path string) (bool, error)
- func Rename(oldPath string, newPath string) error
- func WriteFile(path string, filename string, datas []byte) (int, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllFile ¶ added in v1.9.5
func GetFileName ¶
func GetFileRawName ¶
func PathExists ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.