| Safe Haskell | Safe-Inferred |
|---|
Test.HClTest.Setup
- copyFiles :: FilePath -> FilePath -> IO ()
- copyFilesHere :: FilePath -> IO ()
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.