FilePather-0.1.5: Functions on System.FilePath

Safe HaskellSafe-Infered

System.FilePath.FilePather.Find

Synopsis

Documentation

class Find f whereSource

Finds all files using the given recurse predicate and filter predicate in the given file path.

Methods

find :: FilterPredicateT f -> RecursePredicateT f -> FilePath -> IO [FilePath]Source

findHere :: FilterPredicateT f -> RecursePredicateT f -> IO [FilePath]Source

Find files in the current directory.

Instances