Documentation ¶
Index ¶
- func EvalRelative(path string, root string) string
- func IsDir(name string) bool
- func IsExec(name string) bool
- func IsFile(name string) bool
- func IsLink(name string) bool
- func IsOwner(name string, uid uint32) bool
- func IsSuid(name string) bool
- func Mkdir(path string, mode os.FileMode) error
- func MkdirAll(path string, mode os.FileMode) error
- func RootDir(path string) string
- func Touch(path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvalRelative ¶
EvalRelative evaluates symlinks in path relative to root path. This function doesn't return error but always returns an evaluated path
func MkdirAll ¶
MkdirAll creates a directory and parents if it doesn't exist with mode after umask reset
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.