happstack-util-0.3.1: Web frameworkSource codeContentsIndex
Happstack.Util.FileManip
Synopsis
always :: FindClause Bool
find :: RecursionPredicate -> FilterPredicate -> FilePath -> IO [FilePath]
Documentation
always :: FindClause BoolSource
Unconditionally return True.
findSource
:: RecursionPredicatecontrol recursion into subdirectories
-> FilterPredicatedecide whether a file appears in the result
-> FilePathdirectory to start searching
-> IO [FilePath]files that matched the FilterPredicate
Search a directory recursively, with recursion controlled by a RecursionPredicate. Lazily return a sorted list of all files matching the given FilterPredicate. Any errors that occur are ignored, with warnings printed to stderr.
Produced by Haddock version 2.4.2