pll-file

Function

Package: excl

Arguments:

Returns the name and perhaps the location of the current .pll file, or nil if there is no .pll file associated with the running Lisp. The location information is only returned (along with the name) if the image was created with location information specified along with the name (that is, build-lisp-image was called with the value of the :pll-file argument being [directory]/[filename and type] rather than just [filename and type]).

On startup, Lisp looks for the pll file as follows:

  1. If there is no type, use the type pll. (Note that the type of the file supplied with the distribution is sometimes epll rather than pll.)
  2. Look in the current directory.
  3. Look in the Allegro directory.
  4. [Windows only] Look in the Windows `system' directory.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.