log-warper-0.3: Flexible, configurable, monadic and pretty logging

Safe HaskellNone
LanguageHaskell2010

System.Wlog.FileUtils

Description

Some helpers and utilites to work with files

Synopsis

Documentation

whenExist :: MonadIO m => FilePath -> (FilePath -> m ()) -> m () Source #

Performs given action on file if file exists.