kontrakcja-templates-0.11: Utilities for working with many HStringTemplate templates from files.

Safe HaskellNone
LanguageHaskell2010

Text.StringTemplates.Utils

Synopsis

Documentation

directoryEntriesRecursive Source #

Arguments

:: FilePath

dir path to be searched for recursively

-> IO ([FilePath], [FilePath])

(list of all subdirs, list of all files)

directoryFilesRecursive Source #

Arguments

:: FilePath

dir path to be searched for recursively

-> IO [FilePath]

list of all files in that dir

getRecursiveMTime :: FilePath -> IO UTCTime Source #

Check recursively time of modification of any file(or dir) in directory