Documentation ¶
Index ¶
- func DirExists(path string) bool
- func EnsureTempDirectory(inDir string) (string, error)
- func FileExists(path string) (bool, error)
- func IsFileExecutable(f os.FileInfo) bool
- func RecursiveCheckLibDirectory(dir string) error
- 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 RecursiveCheckLibDirectory ¶ added in v1.4.8
RecursiveCheckLibDirectory finds recursively all executable files inside a lib directory. And will log warning with these files.
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.