-- 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: -- --