Aller au contenu

Filepath Join

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

Perform a join operation on a file path

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@v1