Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8893215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:11:25+00:00 2026-06-14T23:11:25+00:00

Version output is: GNU CLISP 2.33 (2004-03-17) (built 2004-05-24 16:21:45) Software: GNU C 3.3.1

  • 0

Version output is:

GNU CLISP 2.33 (2004-03-17) (built 2004-05-24 16:21:45)
Software: GNU C 3.3.1 (cygming special) ANSI C program
Features: (CLISP ANSI-CL COMMON-LISP LISP=CL INTERPRETER SOCKETS GENERIC-STREAMS
LOGICAL-PATHNAMES SCREEN FFI UNICODE BASE-CHAR=CHARACTER PC386 WIN32)

A search brings up EXT:MAKE-DIRECTORY but that doesn’t work on this version.

I know it’s a rather old version, but it’s what I have at the moment and I’m having other trouble trying to use the latest version.

I’d like something that will create all directories for a full path, but even just being able to create a single one would be useful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T23:11:26+00:00Added an answer on June 14, 2026 at 11:11 pm

    To create directory foo in the current working directory:

    (ensure-directories-exist "foo/")
    

    It can also create a whole directory structure for you:

    (ensure-directories-exist "/tmp/lisp/rulez/")
    

    Note, the slash at the end is important, it won’t work without it.

    Another thing is that it’s possible that you don’t use EXT:MAKE_DIRECTORY correctly. If you just pass to it a string with directory name then it won’t work. You need to use it like this:

     (ext:make-directory (make-pathname :directory '(:relative "foobar")))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does the latest version of MacRuby support static compilation? Here's some terminal output from
I have an output: <artifactId>prj-parent</artifactId> <version>1.11.1-Beta01-SNAPSHOT</version> How to extract only the 1.11.1-Beta01-SNAPSHOT using linux
Version used: Delphi 7. I'm working on a program that does a simple for
I'm trying to build a program I've written in C using GNU autotools, but
I wrote a test C++ program to check the output of valgrind. The code
Why does GNU sed sometimes handle substitution with piped output into another sed instance
Here is what I use: - MacOS X 10.6.7 - GNU bash, version 3.2.48(1)-release
I'm using GNU bash, version 3.00.15(1)-release (x86_64-redhat-linux-gnu). And this command: echo -e doesn't print
In GNU Octave version 3.4.3, I am having trouble applying a custom function to
In a GNU makefile, I would like to set an output variable to one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.