Path to Array of Strings Function

Owning Palette: Path/Array/String Conversion Functions

Requires: Base Development System

Converts a path into an array of strings and indicates whether the path is relative.

 Add to the block diagram  Find on the palette
path is the path you want to convert to an array of strings. If path is <Not A Path>, the array of strings is empty and relative is FALSE.
relative indicates 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.
array of strings contains 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.