hcltest-0.3.8: A testing library for command line applications.

Safe HaskellSafe
LanguageHaskell2010

Test.HClTest.Setup

Synopsis

Documentation

copyFiles :: FilePath -> FilePath -> IO () Source

copyFiles source target copies all the files in the source directory to the directory target.

copyFilesHere :: FilePath -> IO () Source

copyFilesHere source copies all the files from source to the current directory.