hpath/hpath-directory
Julian Ospald 87e452c49f
Add/update READMEs
2020-01-26 21:52:13 +01:00
..
cbits Add hpath-directory 2020-01-26 20:40:37 +01:00
src/System/Posix Don't run toAbs manually, doesn't make sense 2020-01-26 21:48:08 +01:00
test Add hpath-directory 2020-01-26 20:40:37 +01:00
CHANGELOG.md Add hpath-directory 2020-01-26 20:40:37 +01:00
LICENSE Add hpath-directory 2020-01-26 20:40:37 +01:00
README.md Add/update READMEs 2020-01-26 21:52:13 +01:00
Setup.hs Add hpath-directory 2020-01-26 20:40:37 +01:00
hpath-directory.cabal Set hpath-directory version to 0.13.0 2020-01-26 21:48:26 +01:00

README.md

HPath-filepath

Gitter chat Hackage version Build Status Hackage-Deps

Support high-level IO operations on files/directories, utilizing ByteString as FilePaths.

This package is part of the HPath suite, also check out:

Motivation

This is basically a fork of directory, but is a complete rewrite and the API doesn't follow the directory package.

Differences to 'posix-paths'

  • has a custom versions of openFd which allows more control over the flags than its unix package counterpart
  • adds a getDirectoryContents' version that works on Fd