Documentation ¶
Index ¶
- func All(separator string, isNormalize bool, exploringPaths ...string) (*[]string, *errorwrapper.Wrapper)
- func AllInfoWrapperPtr(separator string, isNormalize bool, exploringPaths *[]string) *[]*fileinfo.Wrappers
- func AllOfSinglePath(separator string, isNormalize bool, exploringPath string) (*[]string, *errorwrapper.Wrapper)
- func AllOfSinglePathInfoWrappers(separator string, isNormalize bool, exploringPath string) *fileinfo.Wrappers
- func AllPtr(separator string, isNormalize bool, exploringPaths *[]string) (*[]string, *errorwrapper.Wrapper)
- func Dirs(separator, rootPath string, isNormalize bool) (*[]string, *errorwrapper.Wrapper)
- func Files(separator, rootPath string, isNormalize bool) *errstr.ResultsWithErrorCollection
- func FilesUsingPaths(separator string, isNormalize bool, exploringPaths ...string) *errstr.ResultsWithErrorCollection
- func FilesUsingPathsPtr(separator string, isNormalize bool, exploringPaths *[]string) *errstr.ResultsWithErrorCollection
- func Filter(separator, rootPath string, isNormalize bool, isIgnoreOnError bool, ...) *[]*pathfuncs.FilterResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllInfoWrapperPtr ¶
func AllOfSinglePath ¶
func Dirs ¶
func Dirs( separator, rootPath string, isNormalize bool, ) ( *[]string, *errorwrapper.Wrapper, )
func Files ¶
func Files( separator, rootPath string, isNormalize bool, ) *errstr.ResultsWithErrorCollection
func FilesUsingPaths ¶
func FilesUsingPaths( separator string, isNormalize bool, exploringPaths ...string, ) *errstr.ResultsWithErrorCollection
func FilesUsingPathsPtr ¶
func FilesUsingPathsPtr( separator string, isNormalize bool, exploringPaths *[]string, ) *errstr.ResultsWithErrorCollection
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.