Documentation
¶
Index ¶
- func GetDirectoryPaths(separator, rootPath string, isContinueOnEmpty bool) (*[]string, *errwrappers.Collection)
- func GetFilesPaths(separator, rootPath string, isContinueOnEmpty bool) *errstr.ResultsWithErrorCollection
- func GetFilterPaths(separator, rootPath string, isContinueOnEmpty bool, filter pathfuncs.Filter) (*[]string, *errwrappers.Collection)
- func GetPaths(separator, rootPath string, isContinueOnEmpty bool) (*[]string, *errwrappers.Collection)
- func GetPathsOfPathsIf(isRecursive bool, locations []string, isContinueOnEmpty bool) *errstr.ResultsWithErrorCollection
- func GetPathsWithoutSeparator(rootPath string, isContinueOnEmpty bool) (*[]string, *errwrappers.Collection)
- func IsDirectory(location string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDirectoryPaths ¶
func GetDirectoryPaths( separator, rootPath string, isContinueOnEmpty bool, ) (*[]string, *errwrappers.Collection)
func GetFilesPaths ¶
func GetFilesPaths( separator, rootPath string, isContinueOnEmpty bool, ) *errstr.ResultsWithErrorCollection
func GetFilterPaths ¶
func GetFilterPaths( separator, rootPath string, isContinueOnEmpty bool, filter pathfuncs.Filter, ) (*[]string, *errwrappers.Collection)
func GetPaths ¶
func GetPaths( separator, rootPath string, isContinueOnEmpty bool, ) (*[]string, *errwrappers.Collection)
func GetPathsOfPathsIf ¶ added in v0.1.3
func GetPathsOfPathsIf( isRecursive bool, locations []string, isContinueOnEmpty bool, ) *errstr.ResultsWithErrorCollection
func GetPathsWithoutSeparator ¶ added in v0.1.3
func GetPathsWithoutSeparator( rootPath string, isContinueOnEmpty bool, ) (*[]string, *errwrappers.Collection)
func IsDirectory ¶ added in v0.1.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.