path.join

path.join

path.join

Function

Splice the current path and subsequent path segments.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
partStringNoNonePath fragment.

Return value

TypeDescription
StringThe concatenated and normalized path.

Code Example

Notes

  • Return values use / as delimiter.