None here. look at your cd command.
Shen 2010, copyright (C) 2010 Mark Tarver
www.shenlanguage.org, version 7.1
running under Common Lisp, implementation: CLisp
port 1.2 ported by Mark Tarver
(0-) (cd "C:")
"C:/"
(1-) (load "ffi.shen")
ffi
push
macro
call-ffi-macro
process-ffi-call
quote
[[tcl/tk (@p shen->tcl send-tcl) (@p tcl->shen receive-tcl)]]
shen->tcl
send-tcl
flush-tcl-tk
tcl-stream
create-tcl-stream
open-process-stream
receive-tcl
receive-tcl-help
tcl->shen
macro
make!-macro
make
set-all!
set!
get!
br-string
chname
macro
pack!-macro
pack
list->string
run time: 0.35880230367183685 secs
loaded
(2-)
On Nov 16, 6:22 pm, taotree <
jshell...@gmail.com> wrote:
> I'm still seeing the error with absolute path names in shen-clisp 7.
>
> Shen 2010, copyright (C) 2010 Mark
Tarverwww.shenlanguage.org, version 7
> running under Common Lisp, implementation: CLisp
> port 1.2 ported by Mark Tarver
>
> (0-) (cd "C:/")
> "C://"
>
> (1-) (write-to-file "test.txt" "test out")
> PARSE-NAMESTRING: syntax error in filename "C://C://test.txt" at position 5
>
> (2-)