fay-0.18.1.3: A compiler for Fay, a Haskell subset that compiles to JavaScript.

Safe HaskellSafe-Inferred

Fay.System.Directory.Extra

Description

Extra directory functions.

Synopsis

Documentation

getRecursiveContents :: FilePath -> IO [FilePath]Source

Get all files in a folder and its subdirectories. Taken from Real World Haskell http:book.realworldhaskell.orgreadio-case-study-a-library-for-searching-the-filesystem.html