Skip to content

Function: join()

join(…parts): string

Join path segments using /.

Absolute segments (see isAbsolute) reset the result. Empty segments and . are skipped. Does not resolve ..; use normalize for that.

string[]

string