![]() | ![]() | ![]() | *automatically-create-missing-directories* | ![]() |
| [Variable] |
Purpose
Controls whether any directories that are missing
in the compiled-file tree should be created when needed.
Package :common-lisp-user
(also imported into and exported from :module-manager
Module :module-manager
Value type A generalized boolean
Initial value t
Description
By default, the Module Manager will create any needed directories in the
compiled-file tree automatically during module compilation. For tighter
control over new directory creation,
nil
,
causing nil
, the :create-dirs
See also
compile-module
Example
Have the Module Manager generate a continuable error during module compilation
when a needed directory in the compiled-file tree is missing (and the
compile-module option :create-dirs
(setf common-lisp-user::*automatically-create-missing-directories* nil)
The GBBopen Project
![]() | ![]() | ![]() | *automatically-create-missing-directories* | ![]() |