Searches for and loads the definition of a logical host, if not already defined.
common-lisp
load-logical-pathname-translations host => just-loaded
host⇩ |
A logical host, expressed as a string. |
just-loaded |
A generalized boolean. |
The function load-logical-pathname-translations
loads the translations for host by loading the file host.lisp
from the LispWorks directory translations
.
(load-logical-pathname-translations "EDITOR-SRC")
load-logical-pathname-translations in the Common Lisp HyperSpec
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30