Documentation ¶
Index ¶
- func All(rootPath string) *errstr.Results
- func AllIf(isRecursive bool, rootPath string) *errstr.Results
- func AllMust(rootPath string) []string
- func AllNormalizedExpand(rootPath string) *errstr.Results
- func AllOfLocationsIf(isRecursive bool, isContinueOnError bool, locations []string) *errstr.Results
- func AllOptions(isNormalize, isExpandEnv bool, rootPath string) *errstr.Results
- func AllOptionsExcept(isNormalize, isExpandEnv bool, skipRootNames []string, skipPaths []string, ...) *errstr.Results
- func AllOptionsIf(isRecursive bool, isNormalize, isExpandEnv bool, rootPath string) *errstr.Results
- func Directories(rootPath string) *errstr.Results
- func DirectoriesNormalizedExpand(rootPath string) *errstr.Results
- func DirectoriesOptions(isNormalize, isExpandEnv bool, rootPath string) *errstr.Results
- func DirectoriesOptionsExcept(isNormalize, isExpandEnv bool, skipRootNames []string, skipPaths []string, ...) *errstr.Results
- func DirsOfLocationsIf(isRecursive bool, isContinueOnError bool, locations []string) *errstr.Results
- func Files(rootPath string) *errstr.Results
- func FilesIncludingSelf(isNormalize, isExpandEnv bool, rootPath string) *errstr.Results
- func FilesMust(rootPath string) []string
- func FilesNormalizeExpand(rootPath string) *errstr.Results
- func FilesOfLocationsIf(isRecursive bool, isContinueOnError bool, locations []string) *errstr.Results
- func FilesOptions(isNormalize, isExpandEnv bool, rootPath string) *errstr.Results
- func FilesOptionsExcept(isNormalize, isExpandEnv bool, skipRootNames []string, skipPaths []string, ...) *errstr.Results
- func Filter(filter pathfuncs.Filter, rootPath string) *errstr.Results
- func FilterMust(filter pathfuncs.Filter, rootPath string) []string
- func FilterOptions(isNormalize, isExpandEnv bool, filter pathfuncs.Filter, rootPath string) *errstr.Results
- func ReturnAsIs(isNormalize bool, isExpandEnv bool, rootPath string) *errstr.Results
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllNormalizedExpand ¶ added in v0.3.8
func AllOfLocationsIf ¶ added in v0.3.8
func AllOfLocationsIf( isRecursive bool, isContinueOnError bool, locations []string, ) *errstr.Results
AllOfLocationsIf recursive all (files + dirs) recursive locations of given locations by expanding using file walk.
func AllOptions ¶ added in v0.3.8
func AllOptionsExcept ¶ added in v0.3.8
func AllOptionsIf ¶ added in v0.3.8
func Directories ¶ added in v0.3.8
func DirectoriesNormalizedExpand ¶ added in v0.3.8
func DirectoriesOptions ¶ added in v0.3.8
func DirectoriesOptionsExcept ¶ added in v0.3.8
func DirsOfLocationsIf ¶ added in v0.3.8
func DirsOfLocationsIf( isRecursive bool, isContinueOnError bool, locations []string, ) *errstr.Results
DirsOfLocationsIf recursive all directories recursive locations of given locations by expanding using file walk.
func FilesIncludingSelf ¶ added in v0.3.8
FilesIncludingSelf includes given path
func FilesNormalizeExpand ¶ added in v0.3.8
func FilesOfLocationsIf ¶ added in v0.3.8
func FilesOfLocationsIf( isRecursive bool, isContinueOnError bool, locations []string, ) *errstr.Results
FilesOfLocationsIf recursive all files recursive locations of given locations by expanding using file walk.
func FilesOptions ¶ added in v0.3.8
func FilesOptionsExcept ¶ added in v0.3.8
func FilterOptions ¶ added in v0.3.8
Types ¶
This section is empty.
Source Files ¶
- All.go
- AllIf.go
- AllMust.go
- AllNormalizedExpand.go
- AllOfLocationsIf.go
- AllOptions.go
- AllOptionsExcept.go
- AllOptionsIf.go
- Directories.go
- DirectoriesNormalizedExpand.go
- DirectoriesOptions.go
- DirectoriesOptionsExcept.go
- DirsOfLocationsIf.go
- Files.go
- FilesIncludingSelf.go
- FilesMust.go
- FilesNormalizeExpand.go
- FilesOfLocationsIf.go
- FilesOptions.go
- FilesOptionsExcept.go
- Filter.go
- FilterMust.go
- FilterOptions.go
- ReturnAsIs.go
- pathsOfLocationsIf.go
Click to show internal directories.
Click to hide internal directories.