Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newtype FileInfo = FileInfo (FilePath, Integer, Bool)
- fileInfoPath :: FileInfo -> FilePath
- fileInfoTimestamp :: FileInfo -> Integer
- fileInfoIsDir :: FileInfo -> Bool
- mkFileInfo :: FilePath -> IO FileInfo
Documentation
fileInfoPath :: FileInfo -> FilePath Source
fileInfoTimestamp :: FileInfo -> Integer Source
File modification time in milliseconds
fileInfoIsDir :: FileInfo -> Bool Source
Is the file a directory
mkFileInfo :: FilePath -> IO FileInfo Source