Hello,<br><br>I use ccl-1.8 on Windows.<br><br>I'd like to print path names with a backslash to standard-output.<br><br>I tried from the Dosbox:<br>  wx86cl.exe -n -l "test.lisp"<br><br>The content of test.lisp is:<br>
(print (ccl:native-translated-namestring (pathname "c:/foo/bar/")))<br>(quit)<br><br>The output I get is:<br>"c:/foo/bar/"<br><br>How can I get ccl to print a backslash as separator?<br><br>Thanks,<br>
Frank<br><br>