From: Mª Dolores Rodriguez Moreno
Subject: How to Create a directory in MS-DOS?
Date: 
Message-ID: <38AADEA6.73C28F54@aut.alcala.es>
Hi,

I have a program in LISP that need to create a directory in MS-DOS. How
can I do it?

In Linux the command is:
        (user::run-shell-command (concatenate 'string "mkdir " path))

It is really important

Thanks a lot.
From: Tor Henrik Hanken
Subject: Re: How to Create a directory in MS-DOS?
Date: 
Message-ID: <m3ya8lx8hv.fsf@mbone.ifi.uio.no>
[M� Dolores Rodriguez Moreno]

| I have a program in LISP that need to create a directory in MS-DOS. How
| can I do it?

if you are using Common Lisp, ENSURE-DIRECTORIES-EXIST should do the
trick.
-- 
best wishes,

Tor Henrik Hanken