hcltest-0.3.8: A testing library for command line applications.
Test.HClTest.Setup
Synopsis
copyFiles :: FilePath -> FilePath -> IO () Source
copyFiles source target copies all the files in the source directory to the directory target.
copyFiles source target
source
target
copyFilesHere :: FilePath -> IO () Source
copyFilesHere source copies all the files from source to the current directory.
copyFilesHere source