Build Path
- Updated2023-02-17
- 2 minute(s) read
Build Path
Creates a new path by appending a filename or relative path to an existing path.

Inputs/Outputs

base path
Path to which this node appends name or relative path.
If base path is an empty path, you must wire an absolute path to name or relative path. If base path is invalid, this node returns <Not A Path>.
Default value: Empty path

name or relative path
The new path component that you want to append to base path.
If name or relative path is an empty string or an invalid path, this node returns <Not A Path>. If base path is an empty path, name or relative path must be an absolute path.
This input accepts a string or path.

appended path
The path that results from appending name or relative path to the end of base path.