Converts a path into an array of strings and indicates whether the path is relative.
Is the path you want to convert to an array of strings. If path is <Not A Path> or an empty path, the array of strings is an empty array and relative is False.
Whether the path you converted is a relative path or an absolute path. If True, it is a relative path. If False, it is an absolute path.
The components of the path. The first element is the first step of the path hierarchy. For file systems that support multiple volumes, the first element is the volume name. If path is a network path, the first element of array of strings includes the name of the server in addition to the first step of the path hierarchy. The last element of array of strings is the file or directory specified by the path.
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices
Web Server: Not supported in VIs that run in a web application