Function file-split-path-list
file-split-path-list pathList
Creates a list of strings representing path names from a
a string containing a sequence of path names separated by
the plataform dependent path separator character.
- Parameters:
- pathList -
String object containing a sequence of path names separated by
the plataform dependent path separator character.
- Returns:
-
A list of strings obtained by spliting the pathList
string by the path separator character.
-
Report a bug or request new features
© 2002