| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Fay.System.Directory.Extra
Description
Extra directory functions.
- getRecursiveContents :: FilePath -> IO [FilePath]
Documentation
getRecursiveContents :: FilePath -> IO [FilePath] Source
Get all files in a folder and its subdirectories. Taken from Real World Haskell http://book.realworldhaskell.org/read/io-case-study-a-library-for-searching-the-filesystem.html