PDA

View Full Version : Making a directory from LISP?


tyshofner
2005-02-04, 01:20 AM
I was wondering if anyone knew of a way to make a new directory from inside LISP.

cwitt
2005-02-04, 01:58 AM
(vl-mkdir directoryname)

tyshofner
2005-02-04, 06:36 AM
Thanks for the info. I thought it might be a "vl-" function but I searched the help and didn't see it. Thanks again.

Ty