std-mkdir | ![]() |
std-mkdir creates a new directory. It returns any non-nil value on success or nil on any failure or error. e.g. if the filename contains wildcards, such a file already exists or any other failure.
(std-mkdir "/mydir") => T
or "/mydir"
or "c:\\mydir"
fname: a string. A partial or fully qualified filename specifier.
Any non-nil value on success or nil.
A new directory will be created.
(std-require 'STDFILE)
Defined in STDFILE