README.md
# filepath
Work with file paths in Gleam!
[](https://hex.pm/packages/filepath)
[](https://hexdocs.pm/filepath/)
```sh
gleam add filepath
```
```gleam
import filepath
pub fn main() {
let path = filepath.join("/home/lucy", "pokemon-cards")
// -> "/home/lucy/pokemon-cards"
}
```
Documentation can be found here: <https://hexdocs.pm/filepath>.