The function example-edit-file
constructs the path to the file file in the examples folder of the LispWorks library, adding the "lisp" extension if no extension is specified, and opens the file in an Editor tool in the LispWorks IDE.
If file is a directory name (ending in a slash), then the list of files with "lisp" extension in that directory is displayed in the Editor.
This form displays the file lib/7-1-0-0/examples/capi/applications/othello.lisp
from the LispWorks library:
(example-edit-file "capi/applications/othello")
LispWorks User Guide and Reference Manual - 20 Sep 2017