Returns a path in the examples folder.
lispworks
example-file file => path
| file⇩ |
A pathname designator. |
| path |
A pathname. |
The function example-file returns an absolute path to a file file in the examples folder of the LispWorks library.
It does not actually test for the existence of the file.
(example-file "capi/applications/othello.lisp") => #P"C:/Program Files/LispWorks/lib/8-0-0-0/examples/capi/applications/othello.lisp"
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41