Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2023 Changes in this version + func CreateSymlinkFileDetails() (*fileutils.FileDetails, error) + func GetFileSymlinkPath(filePath string) (string, error) + func GetRootPath(pattern, target, archiveTarget string, patternType utils.PatternType, ...) (string, error) + func GetSingleFileToUpload(rootPath, targetPath string, flat bool) (utils.Artifact, error) + func ListFiles(rootPath string, isRecursive, includeDirs, isSymlink bool, ...) ([]string, error) + func PrepareExcludePathPattern(params serviceutils.FileGetter) string + func SearchPatterns(path string, preserveSymlinks, includeDirs bool, regexp *regexp.Regexp) (matches []string, isDir bool, err error)