Documentation
¶
Index ¶
- func AssertPathExists(path string) error
- func AssertPathIsDir(path string) error
- func AssertPathIsFile(path string) error
- func AssertPathsAllExist(paths []string) error
- func AssertPathsAreDirectories(paths []string) error
- func AssertPathsAreFiles(paths []string) error
- func IsDir(path string) bool
- func IsFile(path string) bool
- func PathExists(path string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertPathExists ¶
AssertPathExists validates that a path is a file or directory
func AssertPathIsDir ¶
AssertPathIsDir validates that the path is a directory
func AssertPathIsFile ¶
AssertPathIsFile validates that the path is a file
func AssertPathsAllExist ¶
AssertPathsAllExist validates that all paths are files or directories
func AssertPathsAreDirectories ¶
AssertPathsAreDirectories validates that all paths are directories
func AssertPathsAreFiles ¶
AssertPathsAreFiles validates that all paths are files
func PathExists ¶
PathExists checks that a path is a file or directory
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.