qc.hlp (Table of Contents; Topic list)
rmdir
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <direct.h>, <errno.h>
 
  Syntax:    int rmdir( char *dirname );
 
  Returns:   0 if successful, or -1 if not.
             errno: EACCES, ENOENT
 
  See also:  chdir, mkdir
                                    -♦-