Next Prev Up Top Contents Index

load-logical-pathname-translations

Function
Summary

Searches for and loads the definition of a logical host, if not already defined.

Package

cl

Signature

load-logical-pathname-translations host => just-loaded

Arguments

host

A logical host, expressed as a string.

Values

just-loaded

A generalized boolean

Description

This function loads the translations for host by loading the file host .lisp from the LispWorks directory translations .

Example
(load-logical-pathname-translations "EDITOR-SRC")

LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index