[project @ 2004-07-30 20:33:54 by krasimir]
[haskell-directory.git] / System / Directory.hs
index 58d443c..39ca47f 100644 (file)
@@ -28,6 +28,7 @@ module System.Directory
     -- * Actions on files
     , removeFile               -- :: FilePath -> IO ()
     , renameFile                -- :: FilePath -> FilePath -> IO ()
+    , copyFile                  -- :: FilePath -> FilePath -> IO ()
 
     -- * Existence tests
     , doesFileExist            -- :: FilePath -> IO Bool