4.8. DirectoryExts

The DirectoryExts module follows the footstep of other 'Exts' modules and provides functionality that goes beyond what the Haskell 98 module Directory offers. That is, functionality that provides access to file/directory operations in an OS-independent manner.

DirectoryExts currently exports the following:

copyFile  :: FilePath -> FilePath -> IO ()

Notes: