Documentation ¶
Index ¶
- func DirExists(path string) (bool, error)
- func EnsureTempDirectory(inDir string) (string, error)
- func FileExists(path string) (bool, error)
- func IsFileExecutable(f os.FileInfo) bool
- func RecursiveGetExecutablePaths(dir string) ([]string, error)
- func RequireExistingDirectory(inDir string) (dir string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureTempDirectory ¶ added in v1.4.0
func IsFileExecutable ¶
func RecursiveGetExecutablePaths ¶
RecursiveGetExecutablePaths finds recursively all executable files inside a dir directory. Hidden directories and files are ignored.
func RequireExistingDirectory ¶ added in v1.4.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.