| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IdeSession.Util.PortableFiles
- setFileTimes :: FilePath -> EpochTime -> EpochTime -> IO ()
- getFileStatus :: FilePath -> IO FileStatus
- modificationTime :: FileStatus -> EpochTime
- toExecutable :: String -> String
- moduleNameToExeName :: String -> String
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.
toExecutable :: String -> String Source