lispdoc - results for logical-pathname-translations |
(logical-pathname-translations host) | Function: Return the (logical) host object argument's list of translations.
|
| Mentioned in: CLtL2 - 23.1.5.1. Syntax of Logical Pathname Namestrings CLtL2 - 23.1.5.3. Using Logical Pathnames CLtL2 - 23.1.5.5. Discussion of Logical Pathnames HyperSpec - Accessor LOGICAL-PATHNAME-TRANSLATIONS | |
(load-logical-pathname-translations host) | Function: Reads logical pathname translations from SYS:SITE;HOST.TRANSLATIONS.NEWEST, with HOST replaced by the supplied parameter. Returns T on success. If HOST is already defined as logical pathname host, no file is loaded and NIL is returned. The file should contain a single form, suitable for use with (SETF LOGICAL-PATHNAME-TRANSLATIONS). Note: behaviour of this function is higly implementation dependent, and historically it used to be a no-op in SBcL -- the current approach is somewhat experimental and subject to change.
|
| Mentioned in: CLtL2 - 23.1.5.3. Using Logical Pathnames CLtL2 - 23.1.5.5. Discussion of Logical Pathnames HyperSpec - Function LOAD-LOGICAL-PATHNAME-TRANSLATIONS | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |