Path-Join

(path-join string ...) -> string

Appends the given strings according to the host system's syntax for path-names.

Example:

>> (path-join "mosvm" "test.txt")
:: "mosvm/test.txt"