ide-backend-common-0.10.1: Shared library used be ide-backend and ide-backend-server

Safe HaskellNone
LanguageHaskell2010

IdeSession.Util.PortableFiles

Synopsis

Documentation

getFileStatus :: FilePath -> IO FileStatus

getFileStatus path calls gets the FileStatus information (user ID, size, access times, etc.) for the file path.

Note: calls stat.

modificationTime :: FileStatus -> EpochTime

Time of last modification.