splitPath

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

See also:
joinPath, Directory::JoinPath

Generated on Thu Jun 4 20:39:16 2009 for Ceylan by  doxygen 1.5.8