delta-0.1.2.0: A library for detecting file changes

Safe HaskellSafe
LanguageHaskell2010

System.Delta.Base

Synopsis

Documentation

newtype FileInfo

Constructors

FileInfo (FilePath, Integer, Bool) 

fileInfoTimestamp :: FileInfo -> Integer

File modification time in milliseconds

fileInfoIsDir :: FileInfo -> Bool

Is the file a directory