Paths joiner

[io/file/Paths joiner]


Joins an array of path parts to a common base


Input ports

  • base: string

    The base path portion

  • children: string[]

    The array of path parts to join onto the base

Output ports

  • paths: any

    The resulting paths

Last updated