Documentation
¶
Index ¶
- func BasenameWithoutExt(file string) string
- func Exists(filename string) bool
- func FileGetBytes(filename string) ([]byte, error)
- func FileGetLastModified(filename string) time.Time
- func FileGetSize(filename string) int64
- func FileGetString(filename string) (string, error)
- func FileWriteBytes(filename string, data []byte) error
- func FileWriteString(filename string, data string) error
- func IsDir(filename string) bool
- func IsFile(filename string) bool
- func IsSymlink(filename string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BasenameWithoutExt ¶
BasenameWithoutExt returns file basename without ext
func FileGetBytes ¶
func FileGetLastModified ¶
func FileGetSize ¶
func FileGetString ¶
func FileWriteBytes ¶
func FileWriteString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.