Function: COMMON-LISP:ENSURE-DIRECTORIES-EXIST¶
Test whether the directories containing the specified file actually exist, and attempt to create them if they do not. The MODE argument is a CMUCL/SBCL-specific extension to control the Unix permission bits.
Lambda list¶
(sb-impl::pathspec &key sb-impl::verbose sb-impl::mode)