fortran-src-0.6.1: Parsers and analyses for Fortran standards 66, 77, 90 and 95.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Fortran.Util.Files

Synopsis

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.

getDirContents :: FilePath -> IO [FilePath] Source #

List files in directory, with the directory prepended to each entry.

rGetDirContents :: FilePath -> IO [FilePath] Source #

List files in directory recursively.