Documentation ¶
Index ¶
- func Archive(src []string, dst string) error
- func Chmod(path string, permission os.FileMode) error
- func Chown(path, user, group string) error
- func Cp(src, dst string) error
- func Empty(path string) bool
- func Exists(path string) bool
- func FileInfo(path string) (os.FileInfo, error)
- func GetSymlink(path string) string
- func IsHidden(path string) bool
- func IsSymlink(mode os.FileMode) bool
- func Mkdir(path string, permission os.FileMode) error
- func Mv(src, dst string) error
- func Read(path string) (string, error)
- func ReadDir(path string) ([]os.DirEntry, error)
- func Remove(path string) error
- func Size(path string) (int64, error)
- func TempDir(prefix string) (string, error)
- func TempFile(prefix string) (*os.File, error)
- func UnArchive(file string, dst string) error
- func Write(path string, data string, permission os.FileMode) error
- func WriteAppend(path string, data string) 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.