Analogous to file.path(x, y).
file.path(x, y)
x %//% y
x
y
Character vectors.
"home" %//% "dir" # returns "home/dir"