In Common Lisp, is there a way to get the path to a compiled file (something like current-directory)?
The file is not inside the current-directory folder.
*load-truename* resp. *load-pathname* gives you what you need.
*load-truename*
*load-pathname*
http://www.lispworks.com/documentation/HyperSpec/Body/v_ld_pns.htm