Versions in this module Expand all Collapse all v1 v1.0.1 Oct 21, 2020 Changes in this version + func CleanPatterns(patterns []string) ([]string, [][]string, bool, error) + func CopyFile(src, dst string) (int64, error) + func CreateIfNotExists(path string, isDir bool) error + func FileExists(file string) bool + func Matches(file string, patterns []string) (bool, error) + func OptimizedMatches(file string, patterns []string, patDirs [][]string) (bool, error) + func ReadSymlinkedDirectory(path string) (string, error) + func TarFile(src, dst string) error + func TgzFile(src, dst string) error + func UnTarFile(targetFile, to string) error + func UnTgzFile(targetFile, to string) error