Aller au contenu
Open App

Filepath Join From Array

Ce contenu n’est pas encore disponible dans votre langue.

This node takes an array of strings and joins them together to form a single filepath.

PlatformInputOutput
Windows-style["C:", "path", "to", "file.txt"]C:\path\to\file.txt
Windows-style["path", "to", "file.txt"]path\to\file.txt
POSIX-style["/", "path", "to", "file.txt"]/path/to/file.txt
POSIX-style["path", "to", "file.txt"]path/to/file.txt
PortDescription
Path Segments
The segments of the path to join.
PortDescription
The joined path.

ID: core/filepath-join-array@v1