Creates a directory
Supported Platforms: Windows and Mac OS
(vl-mkdir directoryname)
Type: String
The name of the directory you want to create.
Type: T or nil
T if successful, nil if the directory exists or if unsuccessful.
Releases:
AutoCAD 2021
(vl-mkdir "c:\\mydirectory") T
(vl-mkdir "/mydirectory") T