An open API service indexing awesome lists of open source software.

https://github.com/haskell/file-io

File IO (read/write/open) for OsPath API
https://github.com/haskell/file-io

Last synced: 3 months ago
JSON representation

File IO (read/write/open) for OsPath API

Awesome Lists containing this project

README

          

# file-io

A companion library for filepath 1.4.100.0 and later
that provides `openFile`, `readFile`, `writeFile` etc.
for the new [OsPath API](https://hackage.haskell.org/package/filepath-1.4.100.0/docs/System-OsPath.html).

To get an idea about the new API, check out [this blogpost](https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html).