https://github.com/mrkkrp/path-io
Operations on files and directories with typed paths
https://github.com/mrkkrp/path-io
file-system haskell path
Last synced: about 1 year ago
JSON representation
Operations on files and directories with typed paths
- Host: GitHub
- URL: https://github.com/mrkkrp/path-io
- Owner: mrkkrp
- License: other
- Created: 2016-01-06T16:28:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T17:08:38.000Z (over 1 year ago)
- Last Synced: 2025-03-31T16:42:19.093Z (about 1 year ago)
- Topics: file-system, haskell, path
- Language: Haskell
- Homepage:
- Size: 257 KB
- Stars: 31
- Watchers: 5
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Path IO
[](http://opensource.org/licenses/BSD-3-Clause)
[](https://hackage.haskell.org/package/path-io)
[](http://stackage.org/nightly/package/path-io)
[](http://stackage.org/lts/package/path-io)
[](https://github.com/mrkkrp/path-io/actions/workflows/ci.yaml)
This package provides an interface to the
[`directory`](https://hackage.haskell.org/package/directory) package for
users of [`path`](https://hackage.haskell.org/package/path). It also
implements some extra functionality like recursive scanning and copying of
directories, working with temporary files/directories, etc.
Consult Haddocks for usage, which should be trivial.
## Contribution
Issues, bugs, and questions may be reported in [the GitHub issue tracker for
this project](https://github.com/mrkkrp/path-io/issues).
Pull requests are also welcome.
## License
Copyright © 2016–present Mark Karpov
Distributed under BSD 3 clause license.