{-# LINE 1 "libraries/haskeline/System/Console/Haskeline/Directory.hsc" #-} {- | A Unicode-aware module for interacting with files. We just need enough to support filename completion. In particular, these functions will silently handle all errors (for example, file does not exist) -} module System.Console.Haskeline.Directory( getDirectoryContents, doesDirectoryExist, getHomeDirectory ) where import System.Directory