Returns the name of the running image.
lispworks
lisp-image-name => name
name |
A string. |
The function lisp-image-name
returns a string representing the full path to the running LispWorks image. The example below is in typical LispWorks for Windows and LispWorks for Linux installations. In resaved and delivered images (including dynamic libraries such as Windows DLLs), the appropriate path is returned.
On Windows:
CL-USER 1 > (lisp-image-name) "C:\\Program Files\\LispWorks\\lispworks-8-0-0-x86-win32.exe"
On Linux:
CL-USER 1 > (lisp-image-name) "/usr/bin/lispworks-8-0-0-x86-linux"
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41