Files
path/README.md
2022-01-27 12:01:03 +01:00

24 lines
519 B
Markdown

# path
is a simple file path library for Carp.
## Installation
```clojure
(load "git@git.veitheller.de:carpentry/path.git@0.0.4")
```
### Usage
The `Path` module mostly operates on `String` arguments. It allows you to
split, join, and merge paths and extensions in a lot of different ways. It also
has some functions to work with the `PATH` environment variable.
It assumes either Windows or POSIX-style separators.
Look at [the documentation](https://carpentry.dev/path) for more information.
<hr/>
Have fun!