ogma-extra-1.0.7: Ogma: Helper tool to interoperate between Copilot and other languages.
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Directory.Extra

Description

Auxiliary functions for working with directories.

Synopsis

Documentation

copyDirectoryRecursive Source #

Arguments

:: FilePath

Source directory

-> FilePath

Target directory

-> IO () 

Copy all files from one directory to another.

copyFile' :: (FilePath, FilePath) -> IO () Source #

Copy file origin to dest, creating the target directory if it does not exist.