Documentation ¶
Index ¶
- func Chdir(dir string) error
- func Chtimes(name string, atime, mtime time.Time) error
- func Create(name string) (*os.File, error)
- func Link(oldname, newname string) error
- func MkdirAll(path string, perm os.FileMode) error
- func Open(name string) (*os.File, error)
- func OpenFile(name string, flag int, perm os.FileMode) (*os.File, error)
- func Remove(name string) error
- func RemoveAll(path string) error
- func Rename(oldpath, newpath string) error
- func Stat(name string) (os.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.