Next Prev Up Top Contents Index

lisp-image-name

Function
Summary

Returns the name of the running image.

Package

lispworks

Signature

lisp-image-name => name

Arguments

None.

Values

name

A string.

Description

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 Windows DLLs), the appropriate path is returned.

Example

On Windows:

CL-USER 1 > (lisp-image-name)
"C:\\Program Files\\Xanalys\\LispWorks\\lispworks-4200.exe"

On Linux:

CL-USER 1 > (lisp-image-name)
"/usr/bin/lispworks-4200"
See also

*line-arguments-list*


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index