Path to Array of Strings

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

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 (the volume name, for file systems that support multiple volumes), and the last element is the file or directory specified by the path.