-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Cross-platform support for retrieving file access times -- -- Just a simple library that provides cross-platform support (Windows -- and Unix) for retrieving file access times @package access-time @version 0.1 module System.Directory.AccessTime -- | The getAccessTime operation returns the clock time at which the -- file or directory was last accessed. -- -- The operation may fail with: -- -- getAccessTime :: FilePath -> IO ClockTime -- | Approximate resolution of access times on your system for the given -- file or directory. Presently this will not attempt to determine -- whether access times are enabled on the relevant file system. getAccessTimeResolution :: FilePath -> IO TimeDiff