[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
directoryp
- To: info-mcl@cambridge.apple.com
- Subject: directoryp
- From: cfry@MIT.EDU (Christopher Fry)
- Date: Mon, 23 Nov 92 20:18:25 EST
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?