Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Directory utils that don't need to be in the Build monad.
Documentation
lsFilesIn :: MonadIO m => String -> m [String] Source #
Get the names of all files in a directory.
This filters out the fake files like .
and '..'