[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

directoryp



As far as I can tell, there's no Common Lisp portable way
to tell if a directory exists. [Remember a dir can exist
without having any files in it.]

I also can't find a way of creating a directory in CL
without also creating a file in that dir.
I suppose I can create a file in a new dir, then
delete the file, but that's pretty crude.

Am I wrong?