![]() | ![]() | ![]() | load-module-file | ![]() |
| &rest options | [Function] |
Purpose
Load a single file from a module.
Package :module-manager
Module :module-manager
Arguments and values
module-name | A keyword symbol naming a module | ||||||||
file-name | A string naming a file in the module | ||||||||
option | Any of the following keywords:
| ||||||||
pathname | A pathname |
Returns
The pathname of the loaded file.
Errors
Module module-name has not been
defined.
File file-name is not associated with the module.
A relative directory specification contains a circularity.
Description
File options specified for individual files in the
module definition (see
See also
*autorun-modules*
define-module
load-module
Example
Load the source of the file tools
from the GBBopen
Tools module:
> (load-module-file :gbbopen-tools "tools" :source) ;; Loading <install-dir>/source/tools/tools.lisp #P"<install-dir>/source/tools/tools.lisp" >
REPL Note
Load-module-file can be invoked using the
REPL command:
:lmf [module-name file-name [option*]]which remembers the last specified
The GBBopen Project
![]() | ![]() | ![]() | load-module-file | ![]() |