Documentation
¶
Index ¶
- func ExpandIfFilePattern(pattern string, recursive bool) ([]string, error)
- func ExpandInputFiles(files []string, recursive bool) ([]string, error)
- func GetAllFilesInFolder(folderPath string, recursive bool) ([]string, error)
- func IgnoreFile(path string, extensions []string) bool
- func IsDir(path string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandIfFilePattern ¶
ExpandIfFilePattern returns all the filenames that match the input pattern or the filename if it is a specific filename and not a pattern. If the input is a pattern and it yields no result it will result in an error.
func ExpandInputFiles ¶
ExpandInputFiles returns all the filenames that match the input filename, filepath or patterns.
func GetAllFilesInFolder ¶
func IgnoreFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.