コンテンツにスキップ

Filepath Join From Array

このコンテンツはまだ日本語訳がありません。

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