Is there a system independend way to concatenate directories in the
XEmacs (eg: (concat-dirs "/usr/local" "man/man1") =>
"/usr/local/man/man1")?
I'm asking, because I think, that without such a function code like
the following
(concat dir1 "/" dir2)
will break on systems like MSDOS or NT - or is there an automatic
conversion of pathes from "/usr/local/man/man1" to
"\usr\local\man\man1" on DOS systems?