Skip to content

Filepath Join

Perform a join operation on a file path

Platform Input Output
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

Inputs#

Port Description
Path Segments
The segments of the path to join.

Outputs#

Port Description
The joined path.

ID: filepath-join@v1