Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
str::path::join
join(path1: String, path2: String)
Parameter
Type
Description
path1
String
An absolute or relative path
path2
String
A relative path
Returns
(String) A path created by concatenating the given paths.