Converts a path into the string data type.
The path you want to convert to a string. This input can also be any data type that contains only paths, such as an array of paths or a cluster of paths.
If path is <Not A Path>, the node returns <Not A Path> as the text of string.
A text representation of path. The data type structure of string matches the structure of path. For example, if path is an array, string is also an array.