Work with file paths in Gleam!
This package works on both Unix and Windows systems, and can run on both Erlang or JavaScript runtimes.
gleam add filepathimport 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.