rmdir

Like $(FULL_STD_FILE rmdir), but supports Path, command echoing and dryrun.

  1. alias rmdir = std.file.rmdir
  2. void rmdir(Path pathname)
  3. void rmdir(string pathname)
    void
    rmdir
    (
    in string pathname
    )

Meta