hledger-flow-0.14.4: An hledger workflow focusing on automated statement import and classification.
Safe HaskellNone
LanguageHaskell2010

Hledger.Flow.PathHelpers

Synopsis

Documentation

findFilesIn Source #

Arguments

:: MonadIO m 
=> (AbsDir -> Bool)

Do we want the files in this directory?

-> [RelDir]

Exclude these directory names

-> AbsDir

Top of the search tree

-> m [AbsFile]

Absolute paths to all files in the directories which match the predicate

Do a recursive search starting from the given directory. Return all files contained in each directory which matches the given predicate.