[Openmcl-devel] Print Native File Names on Windows with a Backslash as Separator
Learning Common Lisp
learningcommonlisp at gmail.com
Sat Jun 30 20:06:37 PDT 2012
Hello,
I use ccl-1.8 on Windows.
I'd like to print path names with a backslash to standard-output.
I tried from the Dosbox:
wx86cl.exe -n -l "test.lisp"
The content of test.lisp is:
(print (ccl:native-translated-namestring (pathname "c:/foo/bar/")))
(quit)
The output I get is:
"c:/foo/bar/"
How can I get ccl to print a backslash as separator?
Thanks,
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20120630/c2edd18f/attachment.htm>
More information about the Openmcl-devel
mailing list