Versions in this module Expand all Collapse all v0 v0.1.0 Apr 27, 2021 Changes in this version + func RecurseScanSymlink(path, linkEndPoint string) (fileList []string, err error) + func ScanDir(root string, showDirs ...bool) (files []string, err error) + func ScanDirDepth(root string, depth int, optParam ...bool) (files []string, err error) + func ScanDirFileInfo(root string) (infosF []os.FileInfo, err error) + func ScanDirFileInfoMask(root string, masks []string) (infosFiles, infosDirs, infosSymlink []os.FileInfo, err error) + func ScanSubDir(root string, showDirs ...bool) (files []string, err error) + type ScanDirFileInfos struct + FileInfo os.FileInfo + Filename string + func ScanDirDepthFileInfo(root string, depth int, optParam ...bool) (files []ScanDirFileInfos, err error)