From: simonmar Date: Thu, 19 Aug 2004 08:23:01 +0000 (+0000) Subject: [project @ 2004-08-19 08:23:01 by simonmar] X-Git-Tag: nhc98-1-18-release~268 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3cc1f5d185caf783013bbfe4858a1ed09b3329e0;p=haskell-directory.git [project @ 2004-08-19 08:23:01 by simonmar] Add a new Haddock section "Pre-defined directories" --- diff --git a/System/Directory.hs b/System/Directory.hs index 9f8e38e..78dd94c 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -24,6 +24,8 @@ module System.Directory , getDirectoryContents -- :: FilePath -> IO [FilePath] , getCurrentDirectory -- :: IO FilePath , setCurrentDirectory -- :: FilePath -> IO () + + -- * Pre-defined directories , getHomeDirectory , getAppUserDataDirectory , getUserDocumentsDirectory