Joins path segments with the platform separator.
join("/app", "data", "save.json") // "/app/data/save.json" Copy
join("/app", "data", "save.json") // "/app/data/save.json"
Joins path segments with the platform separator.