Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- flexReadFile :: FilePath -> IO ByteString
- getDirContents :: FilePath -> IO [FilePath]
- rGetDirContents :: FilePath -> IO [FilePath]
Documentation
flexReadFile :: FilePath -> IO ByteString Source #
Obtain a UTF-8 safe ByteString
representation of a file's contents.
Invalid UTF-8 is replaced with the space character.