@hackage FilePather0.1.2

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 mtl dependency.

Usage example:

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