String to Path
- Updated2023-02-17
- 2 minute(s) read
String to Path
Converts a string that represents a path into the path data type.

Inputs/Outputs

string
The string you want to convert to a path.
This input can also be any data type that contains only strings, such as an array of strings or a cluster of strings.
If string is <Not A Path>, the node returns the <Not A Path> value for path.

path
The path representation of string.
The data type structure of
path matches the structure of
string. For example, if string is an array, path is also an array.
Reasons This Output Returns <Not a Path>
This node returns
<Not A Path> for the following reasons:
- string cannot convert to a valid path
- string contains the text <Not A Path>