Documentation ¶
Index ¶
- Constants
- func Basename(path string) string
- func Dir(path string) string
- func Ext(path string) string
- func ExtName(path string) string
- func FileGetContent(path string) (string, error)
- func FilePutContent(path string, content string, isAppend bool) error
- func Glob(pattern string, onlyNames bool) ([]string, error)
- func Home() (dir string, err error)
- func IsDir(path string) bool
- func IsFile(path string) bool
- func Mkdir(path string) error
- func Move(src string, dst string) error
- func Pwd() string
- func Remove(path string) error
- func Stat(path string) (os.FileInfo, error)
- func TempDir(names ...string) string
Constants ¶
View Source
const (
Separator = string(filepath.Separator)
)
Variables ¶
This section is empty.
Functions ¶
func FileGetContent ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.