• Scieneer Common Lisp 1.3.9 online documentation

    ensure-directories-exist pathspec &key verbose mode[Function]

    Tests whether the directories containing the specified file actually exist, and attempts to create them if they do not. Portable programs should avoid using the :mode keyword argument.

  •