filepath

Work with file paths in Gleam!

Package Version Hex Docs

gleam add filepath
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.

Search Document