Documentation ¶
Overview ¶
Additional helpers for working with file paths and filesystem information
Index ¶
- func DirExists(path string) bool
- func ExpandUser(path string) (string, error)
- func FileExists(path string) bool
- func IsAppend(mode os.FileMode) bool
- func IsCharDevice(mode os.FileMode) bool
- func IsDevice(mode os.FileMode) bool
- func IsExclusive(mode os.FileMode) bool
- func IsNamedPipe(mode os.FileMode) bool
- func IsNonemptyDir(path string) bool
- func IsNonemptyFile(path string) bool
- func IsReadable(filename string) bool
- func IsSetgid(mode os.FileMode) bool
- func IsSetuid(mode os.FileMode) bool
- func IsSocket(mode os.FileMode) bool
- func IsSticky(mode os.FileMode) bool
- func IsSymlink(mode os.FileMode) bool
- func IsTemporary(mode os.FileMode) bool
- func IsWritable(filename string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandUser ¶
func FileExists ¶
func IsCharDevice ¶
func IsExclusive ¶
func IsNamedPipe ¶
func IsNonemptyDir ¶
func IsNonemptyFile ¶
func IsReadable ¶
func IsTemporary ¶
func IsWritable ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.