Versions in this module Expand all Collapse all v0 v0.3.0 May 5, 2025 Changes in this version + func DetermineFileFullPath(path, nameTemplate string) (string, string, error) v0.2.0 Jun 26, 2024 Changes in this version + func Copy(srcPath, destPath string) error + func CopyDir(srcDir, destDir string) error + func CopyDotFiles(src, dst string, logger hclog.Logger) error + func CopyFile(srcFile, destFile string) error + func CopySymLink(srcLink, destLink string) error + func CreateFolderIfNotExists(folder string) error + func ExpandPath(path string) (string, error) + func FindByExtAndRemove(root string, exts []string) + func GetValidatedFileName(path string) (string, error) + func ValidatePath(path string) error + func WriteJsonFile(outputFile string, data []byte) error