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
Exceptions:
DirectoryException if the operation failed or is not supported on this platform. This includes throwing a more specific DirectoryDelegatingException (a child class of DirectoryException), should the underlying filesystem manager not be retrieved as expected.
Generated on Mon Nov 29 13:38:22 2010 for Ceylan by  doxygen 1.6.3