std-rmdir | ![]() |
std-rmdir removes an empty directory. It returns T on success and nil on any failure or error. e.g. if the filename contains wildcards, the directory is not empty or any other failure.
(std-rmdir "/mydir") => T
fname: a string. A partial or fully qualified filename specifier.
T or nil.
A directory will be removed.
(std-require 'STDFILE)
Defined in STDFILE