lispdoc - results for logical-pathname |
(logical-pathname pathspec) | Function: Converts the pathspec argument to a logical-pathname and returns it.
|
| Mentioned in: CLtL2 - 23.1.5. Logical Pathnames CLtL2 - 23.1.5.2. Parsing of Logical Pathname Namestrings CLtL2 - 23.1.5.3. Using Logical Pathnames CLtL2 - 23.1.5.5. Discussion of Logical Pathnames HyperSpec - Function LOGICAL-PATHNAME HyperSpec - System Class LOGICAL-PATHNAME | |
(translate-logical-pathname pathname &key) | Function: Translate PATHNAME to a physical pathname, which is returned.
|
| Mentioned in: CLtL2 - 23.1.4. Extended Wildcards CLtL2 - 23.1.5.2. Parsing of Logical Pathname Namestrings CLtL2 - 23.1.5.3. Using Logical Pathnames HyperSpec - Function TRANSLATE-LOGICAL-PATHNAME | |
(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 |