.. | ||
src/System/Posix/RawFilePath | ||
test | ||
CHANGELOG.md | ||
hpath-directory.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs |
HPath-filepath
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