home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!cfry@MIT.EDU
- From: cfry@MIT.EDU (Christopher Fry)
- Newsgroups: comp.lang.lisp.mcl
- Subject: directoryp
- Message-ID: <9211240117.AA18849@MIT.EDU>
- Date: 24 Nov 92 01:18:25 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 10
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
-
- 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?
-