I've been writing a small HTTP server and I'd like to deploy it to a friends computer. To allow some configuration to be done per machine, I want to add a settings file (like 'setting.ini' for other applications) to the same directory as the program will be in, so it can read in the settings from that file. I've yet to write the full code for it, but I think I'll manage, but one thing has stumped me so far and too many google searches have delivered nothing of use

How do I get the directory in which the (lisp) program is running? Like the Win32 GetModuleFileName, which can be used to get the current process' filename.
Is there any Lisp function that can do that? I'm guessing it'll become something tied specifically to the implementation, so in that case: I'm using CLisp.
Thanks in advance for your input.
Best Regards,
Richard