@hackage FilePather0.0.1

Functions on System.FilePath

Functions over System.FilePath including a find function for recursing down directories.

This package is similar to the filemanip package but without the unix and mtl dependencies.

Usage example:

findHere always (extensionEq "hs") >>= mapM_ putStrLn
./Setup.hs
.SystemFilePath/FilePather.hs