Splits up path into the list of its sub-elements (set of directory/file names).
( "/mnt/raid/md0/LOANI-0.3" ) returns on UNIX: [ "", "mnt", "raid", "md0", "LOANI-0.3" ].