Hi all,
just an easy question, or so I hope, how do I find out about the current dir in newlisp? I haven't been able to find it in the docs.
Thanks,
Ingo
current-dir?
Just do (real-path):
Lutz
Code: Select all
> (real-path)
"/Users/lutz"
>