Documentation
¶
Index ¶
- func AddExt(path string, ext string) string
- func Chmod(name string, mode os.FileMode)
- func Create(filename string) *os.File
- func CreateOpt(filename string) (*os.File, error)
- func DirSize(path string) int64
- func DotExt(ext string) string
- func EqualExt(extA, extB string) bool
- func Exist(path string) bool
- func Ext(path string) string
- func FileModTime(path string) time.Time
- func FileSize(path string) int64
- func IsDir(path string) bool
- func MakeDir(dir string)
- func Read(path string) []byte
- func ReadCVS(path string) [][]string
- func ReadDir(dir string, ignorAccessDenied bool) []os.FileInfo
- func ReadLines(path string) []string
- func ReadString(path string) string
- func Remove(path string)
- func RemoveExt(path string) string
- func Rename(path, newName string)
- func ReplaceExt(path string, ext string) string
- func Write(path string, content []byte)
- func WriteCVS(path string, records [][]string)
- func WriteString(path string, content string)
- type List
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileModTime ¶
func ReadString ¶
func ReplaceExt ¶
func WriteString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.