Page 1 of 1

current-dir?

Posted: Tue Aug 01, 2006 9:25 pm
by starseed
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

Posted: Tue Aug 01, 2006 9:33 pm
by Lutz
Just do (real-path):

Code: Select all

> (real-path)
"/Users/lutz"
> 
Lutz