Documentation ¶ Index ¶ func ClearDirectory(dirPath string) error func CopyFile(srcPath string, destPath string) error func ExplodeFolder(destPath string, explodeDir string) (bool, error) func SearchAndReplace(path string, glob string, searchTerm string, replaceTerm string, isRegex bool) (bool, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ClearDirectory ¶ func ClearDirectory(dirPath string) error Directory operations func CopyFile ¶ func CopyFile(srcPath string, destPath string) error File operations func ExplodeFolder ¶ func ExplodeFolder(destPath string, explodeDir string) (bool, error) copies all contents out of destPath/explodeDir into destPath, then removes destPath/explodeDir bool: whether the folder was found func SearchAndReplace ¶ func SearchAndReplace(path string, glob string, searchTerm string, replaceTerm string, isRegex bool) (bool, error) Content operations Types ¶ This section is empty. Source Files ¶ View all Source files file_operations.go Click to show internal directories. Click to hide internal directories.