Return the system-dependent character used to separate directory names.
If "all"
is given, the function returns all valid file separators
in the form of a string. The list of file separators is system-dependent.
It is ‘/’ (forward slash) under UNIX or Mac OS X, ‘/’ and
‘\’ (forward and backward slashes) under Windows.
See also: pathsep.
Package: octave