From: pbrajesh
Subject: Create an directory in lisp
Date: 
Message-ID: <43d9776b-8c77-4fae-ac59-6159cf6ac78e@z66g2000hsc.googlegroups.com>
Hi,

How to create an directory which doesn't exist in file system using
common lisp programatically.
I use cywin / fedora 9 to execute the lisp code.

Thanks
Rajesh
From: karsten
Subject: Re: Create an directory in lisp
Date: 
Message-ID: <1de984b6-b615-4f3b-8340-6ee6adc9185f@b1g2000hsg.googlegroups.com>
check ENSURE-DIRECTORIES-EXIST

salud2

Karsten
On Sep 8, 12:16 am, pbrajesh <··················@gmail.com> wrote:
> How to create an directory which doesn't exist in file system using
> common lisp programatically.