current-dir?

For the Compleat Fan
Locked
starseed
Posts: 38
Joined: Thu Jul 27, 2006 8:45 pm

current-dir?

Post 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

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Just do (real-path):

Code: Select all

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

Locked